Color Hex Logo

#b991cd Color Hex

#B991CD
(185,145,205)
0 Favorites   0 Comments

Color spaces of #b991cd

RGB 185145205
HSL0.780.380.69
HSV280°29°80°
CMYK 0.100.290.00   0.20
XYZ41.152434.972962.3391
Yxy34.97290.29720.2526
Hunter Lab59.137920.7218-21.1029
CIE-Lab65.727625.9847-25.1626

#b991cd color RGB value is (185,145,205).

#b991cd hex color red value is 185, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b991cd hue: 0.78 , saturation: 0.38 and the lightness value of b991cd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 11001101
Octal 271 221 315
Decimal 185 145 205
Hex B9 91 CD

RGB Percentages of Color #b991cd

%34.58
%27.10
%38.32

CMYK Percentages of Color #b991cd

%10
%29
%0
%20

Triadic Colors of #b991cd

#b991cd #cdb991 #91cdb9

Analogous Colors of #b991cd

#b991cd #cd91c3 #9b91cd

Monochromatic Colors of #b991cd

#b991cd

Complementary Color

#b991cd #a5cd91

#b991cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b991cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b991cd Color CSS Codes

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

#b991cd Text Font Color

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

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


#b991cd Background Color

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

This div background color is #b991cd


#b991cd Border Color

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

This div border color is #b991cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,145,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 #b991cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b991cd


Comments

No comments written yet.

Please login to write comment.