Color Hex Logo

#bd808f Color Hex

#BD808F
(189,128,143)
0 Favorites   0 Comments

Color spaces of #bd808f

RGB 189128143
HSL0.960.320.62
HSV345°32°74°
CMYK 0.000.320.24   0.26
XYZ33.663428.240329.6633
Yxy28.24030.36760.3084
Hunter Lab53.141620.07594.1038
CIE-Lab60.105225.72121.5627

#bd808f color RGB value is (189,128,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10001111
Octal 275 200 217
Decimal 189 128 143
Hex BD 80 8F

RGB Percentages of Color #bd808f

%41.09
%27.83
%31.09

CMYK Percentages of Color #bd808f

%0
%32
%24
%26

Triadic Colors of #bd808f

#bd808f #8fbd80 #808fbd

Analogous Colors of #bd808f

#bd808f #bd9080 #bd80ae

Monochromatic Colors of #bd808f

#bd808f

Complementary Color

#bd808f #80bdae

#bd808f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd808f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd808f Color CSS Codes

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

#bd808f Text Font Color

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

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


#bd808f Background Color

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

This div background color is #bd808f


#bd808f Border Color

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

This div border color is #bd808f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd808f


Comments

No comments written yet.

Please login to write comment.