Color Hex Logo

#b991ca Color Hex

#B991CA
(185,145,202)
0 Favorites   0 Comments

Color spaces of #b991ca

RGB 185145202
HSL0.780.350.68
HSV282°28°79°
CMYK 0.080.280.00   0.21
XYZ40.793734.829460.4498
Yxy34.82940.29980.2560
Hunter Lab59.016420.1051-19.4185
CIE-Lab65.615625.3650-23.6606

#b991ca color RGB value is (185,145,202).

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

The process color (four color CMYK) of #b991ca color hex is 0.08, 0.28, 0.00, 0.21. Web safe color of #b991ca is #cc99cc. Color #b991ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 11001010
Octal 271 221 312
Decimal 185 145 202
Hex B9 91 CA

RGB Percentages of Color #b991ca

%34.77
%27.26
%37.97

CMYK Percentages of Color #b991ca

%8
%28
%0
%21

Triadic Colors of #b991ca

#b991ca #cab991 #91cab9

Analogous Colors of #b991ca

#b991ca #ca91bf #9d91ca

Monochromatic Colors of #b991ca

#b991ca

Complementary Color

#b991ca #a2ca91

#b991ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b991ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b991ca Color CSS Codes

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

#b991ca Text Font Color

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

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


#b991ca Background Color

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

This div background color is #b991ca


#b991ca Border Color

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

This div border color is #b991ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b991ca

#b991ca Color Palettes


Comments

No comments written yet.

Please login to write comment.