Color Hex Logo

#b90bab Color Hex

#B90BAB
(185,11,171)
0 Favorites   0 Comments

Color spaces of #b90bab

RGB 18511171
HSL0.850.890.38
HSV305°94°73°
CMYK 0.000.940.08   0.27
XYZ27.477913.493939.6844
Yxy13.49390.34070.1673
Hunter Lab36.734069.2375-38.3381
CIE-Lab43.498274.1541-40.2788

#b90bab color RGB value is (185,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001011 10101011
Octal 271 13 253
Decimal 185 11 171
Hex B9 B AB

RGB Percentages of Color #b90bab

%50.41
%3.00
%46.59

CMYK Percentages of Color #b90bab

%0
%94
%8
%27

Triadic Colors of #b90bab

#b90bab #abb90b #0babb9

Analogous Colors of #b90bab

#b90bab #b90b54 #700bb9

Monochromatic Colors of #b90bab

#b90bab

Complementary Color

#b90bab #0bb919

#b90bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90bab Color CSS Codes

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

#b90bab Text Font Color

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

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


#b90bab Background Color

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

This div background color is #b90bab


#b90bab Border Color

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

This div border color is #b90bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90bab


Comments

No comments written yet.

Please login to write comment.