Color Hex Logo

#bd599f Color Hex

#BD599F
(189,89,159)
0 Favorites   0 Comments

Color spaces of #bd599f

RGB 18989159
HSL0.880.430.55
HSV318°53°74°
CMYK 0.000.530.16   0.26
XYZ30.816720.466835.1272
Yxy20.46680.35660.2369
Hunter Lab45.240242.4200-14.3681
CIE-Lab52.360948.8349-19.3059

#bd599f color RGB value is (189,89,159).

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

The process color (four color CMYK) of #bd599f color hex is 0.00, 0.53, 0.16, 0.26. Web safe color of #bd599f is #cc6699. Color #bd599f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 10011111
Octal 275 131 237
Decimal 189 89 159
Hex BD 59 9F

RGB Percentages of Color #bd599f

%43.25
%20.37
%36.38

CMYK Percentages of Color #bd599f

%0
%53
%16
%26

Triadic Colors of #bd599f

#bd599f #9fbd59 #599fbd

Analogous Colors of #bd599f

#bd599f #bd596d #a959bd

Monochromatic Colors of #bd599f

#bd599f

Complementary Color

#bd599f #59bd77

#bd599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd599f Color CSS Codes

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

#bd599f Text Font Color

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

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


#bd599f Background Color

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

This div background color is #bd599f


#bd599f Border Color

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

This div border color is #bd599f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd599f


Comments

No comments written yet.

Please login to write comment.