Color Hex Logo

#bd005b Color Hex

#BD005B
(189,0,91)
0 Favorites   0 Comments

Color spaces of #bd005b

RGB 189091
HSL0.921.000.37
HSV331°100°74°
CMYK 0.001.000.52   0.26
XYZ22.874611.574110.9259
Yxy11.57410.50410.2551
Hunter Lab34.020760.48224.7733
CIE-Lab40.531167.34224.5288

#bd005b color RGB value is (189,0,91).

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

The process color (four color CMYK) of #bd005b color hex is 0.00, 1.00, 0.52, 0.26. Web safe color of #bd005b is #cc0066. Color #bd005b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 01011011
Octal 275 0 133
Decimal 189 0 91
Hex BD 0 5B

RGB Percentages of Color #bd005b

%67.50
%0.00
%32.50

CMYK Percentages of Color #bd005b

%0
%100
%52
%26

Triadic Colors of #bd005b

#bd005b #5bbd00 #005bbd

Analogous Colors of #bd005b

#bd005b #bd0300 #bd00ba

Monochromatic Colors of #bd005b

#bd005b

Complementary Color

#bd005b #00bd62

#bd005b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd005b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd005b Color CSS Codes

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

#bd005b Text Font Color

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

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


#bd005b Background Color

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

This div background color is #bd005b


#bd005b Border Color

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

This div border color is #bd005b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd005b


Comments

No comments written yet.

Please login to write comment.