Color Hex Logo

#bd085b Color Hex

#BD085B
(189,8,91)
0 Favorites   0 Comments

Color spaces of #bd085b

RGB 189891
HSL0.920.920.39
HSV332°96°74°
CMYK 0.000.960.52   0.26
XYZ22.961411.747810.9549
Yxy11.74780.50280.2573
Hunter Lab34.275159.59865.0424
CIE-Lab40.812466.52214.9318

#bd085b color RGB value is (189,8,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001000 01011011
Octal 275 10 133
Decimal 189 8 91
Hex BD 8 5B

RGB Percentages of Color #bd085b

%65.63
%2.78
%31.60

CMYK Percentages of Color #bd085b

%0
%96
%52
%26

Triadic Colors of #bd085b

#bd085b #5bbd08 #085bbd

Analogous Colors of #bd085b

#bd085b #bd0f08 #bd08b6

Monochromatic Colors of #bd085b

#bd085b

Complementary Color

#bd085b #08bd6a

#bd085b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd085b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd085b Color CSS Codes

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

#bd085b Text Font Color

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

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


#bd085b Background Color

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

This div background color is #bd085b


#bd085b Border Color

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

This div border color is #bd085b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd085b


Comments

No comments written yet.

Please login to write comment.