Color Hex Logo

#bd809d Color Hex

#BD809D
(189,128,157)
0 Favorites   0 Comments

Color spaces of #bd809d

RGB 189128157
HSL0.920.320.62
HSV331°32°74°
CMYK 0.000.320.17   0.26
XYZ34.791228.691535.6026
Yxy28.69150.35110.2896
Hunter Lab53.564422.2016-1.9131
CIE-Lab60.508427.8907-5.8746

#bd809d color RGB value is (189,128,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10011101
Octal 275 200 235
Decimal 189 128 157
Hex BD 80 9D

RGB Percentages of Color #bd809d

%39.87
%27.00
%33.12

CMYK Percentages of Color #bd809d

%0
%32
%17
%26

Triadic Colors of #bd809d

#bd809d #9dbd80 #809dbd

Analogous Colors of #bd809d

#bd809d #bd8280 #bd80bc

Monochromatic Colors of #bd809d

#bd809d

Complementary Color

#bd809d #80bda0

#bd809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd809d Color CSS Codes

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

#bd809d Text Font Color

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

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


#bd809d Background Color

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

This div background color is #bd809d


#bd809d Border Color

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

This div border color is #bd809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd809d


Comments

No comments written yet.

Please login to write comment.