Color Hex Logo

#bd818e Color Hex

#BD818E
(189,129,142)
0 Favorites   0 Comments

Color spaces of #bd818e

RGB 189129142
HSL0.960.310.62
HSV347°32°74°
CMYK 0.000.320.25   0.26
XYZ33.719028.472329.3097
Yxy28.47230.36850.3112
Hunter Lab53.359419.41904.7843
CIE-Lab60.313125.02002.4383

#bd818e color RGB value is (189,129,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 10001110
Octal 275 201 216
Decimal 189 129 142
Hex BD 81 8E

RGB Percentages of Color #bd818e

%41.09
%28.04
%30.87

CMYK Percentages of Color #bd818e

%0
%32
%25
%26

Triadic Colors of #bd818e

#bd818e #8ebd81 #818ebd

Analogous Colors of #bd818e

#bd818e #bd9281 #bd81ac

Monochromatic Colors of #bd818e

#bd818e

Complementary Color

#bd818e #81bdb0

#bd818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd818e Color CSS Codes

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

#bd818e Text Font Color

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

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


#bd818e Background Color

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

This div background color is #bd818e


#bd818e Border Color

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

This div border color is #bd818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd818e


Comments

No comments written yet.

Please login to write comment.