Color Hex Logo

#bd0bab Color Hex

#BD0BAB
(189,11,171)
0 Favorites   0 Comments

Color spaces of #bd0bab

RGB 18911171
HSL0.850.890.39
HSV306°94°74°
CMYK 0.000.940.10   0.26
XYZ28.456613.998439.7302
Yxy13.99840.34620.1703
Hunter Lab37.414470.2879-36.7696
CIE-Lab44.230674.8765-39.0710

#bd0bab color RGB value is (189,11,171).

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

The process color (four color CMYK) of #bd0bab color hex is 0.00, 0.94, 0.10, 0.26. Web safe color of #bd0bab is #cc0099. Color #bd0bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 10101011
Octal 275 13 253
Decimal 189 11 171
Hex BD B AB

RGB Percentages of Color #bd0bab

%50.94
%2.96
%46.09

CMYK Percentages of Color #bd0bab

%0
%94
%10
%26

Triadic Colors of #bd0bab

#bd0bab #abbd0b #0babbd

Analogous Colors of #bd0bab

#bd0bab #bd0b52 #760bbd

Monochromatic Colors of #bd0bab

#bd0bab

Complementary Color

#bd0bab #0bbd1d

#bd0bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0bab Color CSS Codes

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

#bd0bab Text Font Color

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

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


#bd0bab Background Color

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

This div background color is #bd0bab


#bd0bab Border Color

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

This div border color is #bd0bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0bab


Comments

No comments written yet.

Please login to write comment.