Color Hex Logo

#d9818b Color Hex

#D9818B
(217,129,139)
0 Favorites   0 Comments

Color spaces of #d9818b

RGB 217129139
HSL0.980.540.68
HSV353°41°85°
CMYK 0.000.410.36   0.15
XYZ41.125732.316328.4962
Yxy32.31630.40340.3170
Hunter Lab56.847429.651010.0726
CIE-Lab63.603435.05869.3174

#d9818b color RGB value is (217,129,139).

#d9818b hex color red value is 217, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d9818b hue: 0.98 , saturation: 0.54 and the lightness value of d9818b is 0.68.

The process color (four color CMYK) of #d9818b color hex is 0.00, 0.41, 0.36, 0.15. Web safe color of #d9818b is #cc9999. Color #d9818b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 10001011
Octal 331 201 213
Decimal 217 129 139
Hex D9 81 8B

RGB Percentages of Color #d9818b

%44.74
%26.60
%28.66

CMYK Percentages of Color #d9818b

%0
%41
%36
%15

Triadic Colors of #d9818b

#d9818b #8bd981 #818bd9

Analogous Colors of #d9818b

#d9818b #d9a381 #d981b7

Monochromatic Colors of #d9818b

#d9818b

Complementary Color

#d9818b #81d9cf

#d9818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9818b Color CSS Codes

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

#d9818b Text Font Color

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

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


#d9818b Background Color

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

This div background color is #d9818b


#d9818b Border Color

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

This div border color is #d9818b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9818b


Comments

No comments written yet.

Please login to write comment.