Color Hex Logo

#b99ecd Color Hex

#B99ECD
(185,158,205)
0 Favorites   0 Comments

Color spaces of #b99ecd

RGB 185158205
HSL0.760.320.71
HSV274°23°80°
CMYK 0.100.230.00   0.20
XYZ43.253939.175863.0396
Yxy39.17580.29730.2693
Hunter Lab62.590613.8209-15.9019
CIE-Lab68.878418.7356-20.3498

#b99ecd color RGB value is (185,158,205).

#b99ecd hex color red value is 185, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b99ecd hue: 0.76 , saturation: 0.32 and the lightness value of b99ecd is 0.71.

The process color (four color CMYK) of #b99ecd color hex is 0.10, 0.23, 0.00, 0.20. Web safe color of #b99ecd is #cc99cc. Color #b99ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 11001101
Octal 271 236 315
Decimal 185 158 205
Hex B9 9E CD

RGB Percentages of Color #b99ecd

%33.76
%28.83
%37.41

CMYK Percentages of Color #b99ecd

%10
%23
%0
%20

Triadic Colors of #b99ecd

#b99ecd #cdb99e #9ecdb9

Analogous Colors of #b99ecd

#b99ecd #cd9eca #a29ecd

Monochromatic Colors of #b99ecd

#b99ecd

Complementary Color

#b99ecd #b2cd9e

#b99ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99ecd Color CSS Codes

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

#b99ecd Text Font Color

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

This sample text font color is #b99ecd
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.


#b99ecd Background Color

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

This div background color is #b99ecd


#b99ecd Border Color

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

This div border color is #b99ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,158,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b99ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b99ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #b99ecd;
  box-shadow:         1px 1px 3px 2px #b99ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,158,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99ecd


Comments

No comments written yet.

Please login to write comment.