color codes Logo

#b49dfe color codes

#B49DFE
(180,157,254)
0 Favorites   0 Comments

Color spaces of #b49dfe

RGB 180157254
HSL0.710.980.81
HSV254°38°100°
CMYK 0.290.380.00   0.00
XYZ48.768840.973099.1041
Yxy40.97300.25820.2170
Hunter Lab64.010223.9799-46.9890
CIE-Lab70.157028.9204-45.2773

#b49dfe color RGB value is (180,157,254).

#b49dfe hex color red value is 180, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b49dfe hue: 0.71 , saturation: 0.98 and the lightness value of b49dfe is 0.81.

The process color (four color CMYK) of #b49dfe color code is 0.29, 0.38, 0.00, 0.00. Web safe color of #b49dfe is #cc99ff. Color #b49dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 11111110
Octal 264 235 376
Decimal 180 157 254
Hex B4 9D FE

RGB Percentages of Color #b49dfe

%30.46
%26.57
%42.98

CMYK Percentages of Color #b49dfe

%29
%38
%0
%0

Triadic Colors of #b49dfe

#b49dfe #feb49d #9dfeb4

Analogous Colors of #b49dfe

#b49dfe #e59dfe #9db7fe

Monochromatic Colors of #b49dfe

#b49dfe

Complementary Color

#b49dfe #e7fe9d

#b49dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dfe Color CSS Codes

.mybgcolor {background-color:#b49dfe; } 
.myforecolor {color:#b49dfe; }
.mybordercolor {border:3px solid #b49dfe; }

#b49dfe Text Font Color

<p style="color:#b49dfe">Text here</p>

This sample text font color is #b49dfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b49dfe Background Color

<div style="background-color:#b49dfe">
Div content here</div>

This div background color is #b49dfe


#b49dfe Border Color

<div style="border:3px solid #b49dfe">
Div here</div>

This div border color is #b49dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,157,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b49dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b49dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #b49dfe;
  box-shadow:         1px 1px 3px 2px #b49dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,157,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b49dfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b49dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #b49dfe;
  box-shadow:         1px 1px 3px 2px #b49dfe;">
Div content here</div>

This div box has shadow with color #b49dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.