Color Hex Logo

#bd599d Color Hex

#BD599D
(189,89,157)
0 Favorites   0 Comments

Color spaces of #bd599d

RGB 18989157
HSL0.890.430.55
HSV319°53°74°
CMYK 0.000.530.17   0.26
XYZ30.644420.397934.2203
Yxy20.39790.35940.2392
Hunter Lab45.164042.0776-13.3086
CIE-Lab52.284148.5245-18.2475

#bd599d color RGB value is (189,89,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 10011101
Octal 275 131 235
Decimal 189 89 157
Hex BD 59 9D

RGB Percentages of Color #bd599d

%43.45
%20.46
%36.09

CMYK Percentages of Color #bd599d

%0
%53
%17
%26

Triadic Colors of #bd599d

#bd599d #9dbd59 #599dbd

Analogous Colors of #bd599d

#bd599d #bd596b #ab59bd

Monochromatic Colors of #bd599d

#bd599d

Complementary Color

#bd599d #59bd79

#bd599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd599d Color CSS Codes

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

#bd599d Text Font Color

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

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


#bd599d Background Color

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

This div background color is #bd599d


#bd599d Border Color

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

This div border color is #bd599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd599d


Comments

No comments written yet.

Please login to write comment.