Color Hex Logo

#bd6e9f Color Hex

#BD6E9F
(189,110,159)
0 Favorites   0 Comments

Color spaces of #bd6e9f

RGB 189110159
HSL0.900.370.59
HSV323°42°74°
CMYK 0.000.420.16   0.26
XYZ32.820224.473935.7950
Yxy24.47390.35260.2629
Hunter Lab49.471131.8463-8.2697
CIE-Lab56.559238.0272-12.9313

#bd6e9f color RGB value is (189,110,159).

#bd6e9f hex color red value is 189, green value is 110 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bd6e9f hue: 0.90 , saturation: 0.37 and the lightness value of bd6e9f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101110 10011111
Octal 275 156 237
Decimal 189 110 159
Hex BD 6E 9F

RGB Percentages of Color #bd6e9f

%41.27
%24.02
%34.72

CMYK Percentages of Color #bd6e9f

%0
%42
%16
%26

Triadic Colors of #bd6e9f

#bd6e9f #9fbd6e #6e9fbd

Analogous Colors of #bd6e9f

#bd6e9f #bd6e78 #b46ebd

Monochromatic Colors of #bd6e9f

#bd6e9f

Complementary Color

#bd6e9f #6ebd8c

#bd6e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6e9f Color CSS Codes

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

#bd6e9f Text Font Color

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

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


#bd6e9f Background Color

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

This div background color is #bd6e9f


#bd6e9f Border Color

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

This div border color is #bd6e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6e9f


Comments

No comments written yet.

Please login to write comment.