Color Hex Logo

#bd597f Color Hex

#BD597F
(189,89,127)
0 Favorites   0 Comments

Color spaces of #bd597f

RGB 18989127
HSL0.940.430.55
HSV337°53°74°
CMYK 0.000.530.33   0.26
XYZ28.389419.495922.3455
Yxy19.49590.40420.2776
Hunter Lab44.154237.49870.9025
CIE-Lab51.262444.3036-2.0008

#bd597f color RGB value is (189,89,127).

#bd597f hex color red value is 189, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bd597f hue: 0.94 , saturation: 0.43 and the lightness value of bd597f is 0.55.

The process color (four color CMYK) of #bd597f color hex is 0.00, 0.53, 0.33, 0.26. Web safe color of #bd597f is #cc6666. Color #bd597f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 01111111
Octal 275 131 177
Decimal 189 89 127
Hex BD 59 7F

RGB Percentages of Color #bd597f

%46.67
%21.98
%31.36

CMYK Percentages of Color #bd597f

%0
%53
%33
%26

Triadic Colors of #bd597f

#bd597f #7fbd59 #597fbd

Analogous Colors of #bd597f

#bd597f #bd6559 #bd59b1

Monochromatic Colors of #bd597f

#bd597f

Complementary Color

#bd597f #59bd97

#bd597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd597f Color CSS Codes

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

#bd597f Text Font Color

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

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


#bd597f Background Color

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

This div background color is #bd597f


#bd597f Border Color

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

This div border color is #bd597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd597f


Comments

No comments written yet.

Please login to write comment.