Color Hex Logo

#bd7586 Color Hex

#BD7586
(189,117,134)
0 Favorites   0 Comments

Color spaces of #bd7586

RGB 189117134
HSL0.960.350.60
HSV346°38°74°
CMYK 0.000.380.29   0.26
XYZ31.650625.262625.7623
Yxy25.26260.38280.3056
Hunter Lab50.261924.44554.7936
CIE-Lab57.330430.48562.7312

#bd7586 color RGB value is (189,117,134).

#bd7586 hex color red value is 189, green value is 117 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bd7586 hue: 0.96 , saturation: 0.35 and the lightness value of bd7586 is 0.60.

The process color (four color CMYK) of #bd7586 color hex is 0.00, 0.38, 0.29, 0.26. Web safe color of #bd7586 is #cc6699. Color #bd7586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 10000110
Octal 275 165 206
Decimal 189 117 134
Hex BD 75 86

RGB Percentages of Color #bd7586

%42.95
%26.59
%30.45

CMYK Percentages of Color #bd7586

%0
%38
%29
%26

Triadic Colors of #bd7586

#bd7586 #86bd75 #7586bd

Analogous Colors of #bd7586

#bd7586 #bd8875 #bd75aa

Monochromatic Colors of #bd7586

#bd7586

Complementary Color

#bd7586 #75bdac

#bd7586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7586 Color CSS Codes

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

#bd7586 Text Font Color

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

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


#bd7586 Background Color

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

This div background color is #bd7586


#bd7586 Border Color

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

This div border color is #bd7586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7586


Comments

No comments written yet.

Please login to write comment.