Color Hex Logo

#bd159a Color Hex

#BD159A
(189,21,154)
0 Favorites   0 Comments

Color spaces of #bd159a

RGB 18921154
HSL0.870.800.41
HSV313°89°74°
CMYK 0.000.890.19   0.26
XYZ27.087213.688231.7863
Yxy13.68820.37330.1886
Hunter Lab36.997665.9403-25.0404
CIE-Lab43.782471.3546-29.6021

#bd159a color RGB value is (189,21,154).

#bd159a hex color red value is 189, green value is 21 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bd159a hue: 0.87 , saturation: 0.80 and the lightness value of bd159a is 0.41.

The process color (four color CMYK) of #bd159a color hex is 0.00, 0.89, 0.19, 0.26. Web safe color of #bd159a is #cc0099. Color #bd159a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 10011010
Octal 275 25 232
Decimal 189 21 154
Hex BD 15 9A

RGB Percentages of Color #bd159a

%51.92
%5.77
%42.31

CMYK Percentages of Color #bd159a

%0
%89
%19
%26

Triadic Colors of #bd159a

#bd159a #9abd15 #159abd

Analogous Colors of #bd159a

#bd159a #bd1546 #8c15bd

Monochromatic Colors of #bd159a

#bd159a

Complementary Color

#bd159a #15bd38

#bd159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd159a Color CSS Codes

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

#bd159a Text Font Color

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

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


#bd159a Background Color

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

This div background color is #bd159a


#bd159a Border Color

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

This div border color is #bd159a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd159a


Comments

No comments written yet.

Please login to write comment.