Color Hex Logo

#bd008a Color Hex

#BD008A
(189,0,138)
0 Favorites   0 Comments

Color spaces of #bd008a

RGB 1890138
HSL0.881.000.37
HSV316°100°74°
CMYK 0.001.000.27   0.26
XYZ25.573712.653825.1393
Yxy12.65380.40360.1997
Hunter Lab35.572266.0766-17.0005
CIE-Lab42.236971.7701-22.2868

#bd008a color RGB value is (189,0,138).

#bd008a hex color red value is 189, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd008a hue: 0.88 , saturation: 1.00 and the lightness value of bd008a is 0.37.

The process color (four color CMYK) of #bd008a color hex is 0.00, 1.00, 0.27, 0.26. Web safe color of #bd008a is #cc0099. Color #bd008a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 10001010
Octal 275 0 212
Decimal 189 0 138
Hex BD 0 8A

RGB Percentages of Color #bd008a

%57.80
%0.00
%42.20

CMYK Percentages of Color #bd008a

%0
%100
%27
%26

Triadic Colors of #bd008a

#bd008a #8abd00 #008abd

Analogous Colors of #bd008a

#bd008a #bd002b #9200bd

Monochromatic Colors of #bd008a

#bd008a

Complementary Color

#bd008a #00bd33

#bd008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd008a Color CSS Codes

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

#bd008a Text Font Color

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

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


#bd008a Background Color

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

This div background color is #bd008a


#bd008a Border Color

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

This div border color is #bd008a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,0,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd008a

#bd008a Color Palettes


Comments

No comments written yet.

Please login to write comment.