Color Hex Logo

#bd659f Color Hex

#BD659F
(189,101,159)
0 Favorites   0 Comments

Color spaces of #bd659f

RGB 189101159
HSL0.890.400.57
HSV320°47°74°
CMYK 0.000.470.16   0.26
XYZ31.898022.629435.4876
Yxy22.62940.35440.2514
Hunter Lab47.570436.4439-10.9312
CIE-Lab54.688542.7735-15.7603

#bd659f color RGB value is (189,101,159).

#bd659f hex color red value is 189, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bd659f hue: 0.89 , saturation: 0.40 and the lightness value of bd659f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10011111
Octal 275 145 237
Decimal 189 101 159
Hex BD 65 9F

RGB Percentages of Color #bd659f

%42.09
%22.49
%35.41

CMYK Percentages of Color #bd659f

%0
%47
%16
%26

Triadic Colors of #bd659f

#bd659f #9fbd65 #659fbd

Analogous Colors of #bd659f

#bd659f #bd6573 #af65bd

Monochromatic Colors of #bd659f

#bd659f

Complementary Color

#bd659f #65bd83

#bd659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd659f Color CSS Codes

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

#bd659f Text Font Color

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

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


#bd659f Background Color

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

This div background color is #bd659f


#bd659f Border Color

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

This div border color is #bd659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd659f


Comments

No comments written yet.

Please login to write comment.