Color Hex Logo

#b90cab Color Hex

#B90CAB
(185,12,171)
0 Favorites   0 Comments

Color spaces of #b90cab

RGB 18512171
HSL0.850.880.39
HSV305°94°73°
CMYK 0.000.940.08   0.27
XYZ27.489713.517539.6883
Yxy13.51750.34070.1675
Hunter Lab36.766269.1220-38.2660
CIE-Lab43.532974.0520-40.2238

#b90cab color RGB value is (185,12,171).

#b90cab hex color red value is 185, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b90cab hue: 0.85 , saturation: 0.88 and the lightness value of b90cab is 0.39.

The process color (four color CMYK) of #b90cab color hex is 0.00, 0.94, 0.08, 0.27. Web safe color of #b90cab is #cc0099. Color #b90cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001100 10101011
Octal 271 14 253
Decimal 185 12 171
Hex B9 C AB

RGB Percentages of Color #b90cab

%50.27
%3.26
%46.47

CMYK Percentages of Color #b90cab

%0
%94
%8
%27

Triadic Colors of #b90cab

#b90cab #abb90c #0cabb9

Analogous Colors of #b90cab

#b90cab #b90c54 #710cb9

Monochromatic Colors of #b90cab

#b90cab

Complementary Color

#b90cab #0cb91a

#b90cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90cab Color CSS Codes

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

#b90cab Text Font Color

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

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


#b90cab Background Color

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

This div background color is #b90cab


#b90cab Border Color

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

This div border color is #b90cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90cab


Comments

No comments written yet.

Please login to write comment.