Color Hex Logo

#d1818e Color Hex

#D1818E
(209,129,142)
0 Favorites   0 Comments

Color spaces of #d1818e

RGB 209129142
HSL0.970.470.66
HSV350°38°82°
CMYK 0.000.380.32   0.18
XYZ39.027231.208829.5581
Yxy31.20880.39110.3127
Hunter Lab55.864826.93677.7350
CIE-Lab62.683532.47896.1615

#d1818e color RGB value is (209,129,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 10001110
Octal 321 201 216
Decimal 209 129 142
Hex D1 81 8E

RGB Percentages of Color #d1818e

%43.54
%26.88
%29.58

CMYK Percentages of Color #d1818e

%0
%38
%32
%18

Triadic Colors of #d1818e

#d1818e #8ed181 #818ed1

Analogous Colors of #d1818e

#d1818e #d19c81 #d181b6

Monochromatic Colors of #d1818e

#d1818e

Complementary Color

#d1818e #81d1c4

#d1818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1818e Color CSS Codes

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

#d1818e Text Font Color

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

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


#d1818e Background Color

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

This div background color is #d1818e


#d1818e Border Color

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

This div border color is #d1818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1818e


Comments

No comments written yet.

Please login to write comment.