Color Hex Logo

#d1818a Color Hex

#D1818A
(209,129,138)
0 Favorites   0 Comments

Color spaces of #d1818a

RGB 209129138
HSL0.980.470.66
HSV353°38°82°
CMYK 0.000.380.34   0.18
XYZ38.732231.090828.0045
Yxy31.09080.39590.3178
Hunter Lab55.759126.41389.2535
CIE-Lab62.584231.96818.3001

#d1818a color RGB value is (209,129,138).

#d1818a hex color red value is 209, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d1818a hue: 0.98 , saturation: 0.47 and the lightness value of d1818a is 0.66.

The process color (four color CMYK) of #d1818a color hex is 0.00, 0.38, 0.34, 0.18. Web safe color of #d1818a is #cc9999. Color #d1818a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 10001010
Octal 321 201 212
Decimal 209 129 138
Hex D1 81 8A

RGB Percentages of Color #d1818a

%43.91
%27.10
%28.99

CMYK Percentages of Color #d1818a

%0
%38
%34
%18

Triadic Colors of #d1818a

#d1818a #8ad181 #818ad1

Analogous Colors of #d1818a

#d1818a #d1a081 #d181b2

Monochromatic Colors of #d1818a

#d1818a

Complementary Color

#d1818a #81d1c8

#d1818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1818a Color CSS Codes

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

#d1818a Text Font Color

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

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


#d1818a Background Color

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

This div background color is #d1818a


#d1818a Border Color

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

This div border color is #d1818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1818a


Comments

No comments written yet.

Please login to write comment.