Color Hex Logo

#bd809e Color Hex

#BD809E
(189,128,158)
0 Favorites   0 Comments

Color spaces of #bd809e

RGB 189128158
HSL0.920.320.62
HSV330°32°74°
CMYK 0.000.320.16   0.26
XYZ34.877028.725836.0542
Yxy28.72580.35000.2882
Hunter Lab53.596522.3621-2.3667
CIE-Lab60.538928.0531-6.4022

#bd809e color RGB value is (189,128,158).

#bd809e hex color red value is 189, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd809e hue: 0.92 , saturation: 0.32 and the lightness value of bd809e is 0.62.

The process color (four color CMYK) of #bd809e color hex is 0.00, 0.32, 0.16, 0.26. Web safe color of #bd809e is #cc9999. Color #bd809e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10011110
Octal 275 200 236
Decimal 189 128 158
Hex BD 80 9E

RGB Percentages of Color #bd809e

%39.79
%26.95
%33.26

CMYK Percentages of Color #bd809e

%0
%32
%16
%26

Triadic Colors of #bd809e

#bd809e #9ebd80 #809ebd

Analogous Colors of #bd809e

#bd809e #bd8180 #bd80bd

Monochromatic Colors of #bd809e

#bd809e

Complementary Color

#bd809e #80bd9f

#bd809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd809e Color CSS Codes

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

#bd809e Text Font Color

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

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


#bd809e Background Color

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

This div background color is #bd809e


#bd809e Border Color

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

This div border color is #bd809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd809e


Comments

No comments written yet.

Please login to write comment.