Color Hex Logo

#d1818c Color Hex

#D1818C
(209,129,140)
0 Favorites   0 Comments

Color spaces of #d1818c

RGB 209129140
HSL0.980.470.66
HSV352°38°82°
CMYK 0.000.380.33   0.18
XYZ38.878431.149328.7742
Yxy31.14930.39350.3153
Hunter Lab55.811626.67318.5005
CIE-Lab62.633532.22167.2303

#d1818c color RGB value is (209,129,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000001 10001100
Octal 321 201 214
Decimal 209 129 140
Hex D1 81 8C

RGB Percentages of Color #d1818c

%43.72
%26.99
%29.29

CMYK Percentages of Color #d1818c

%0
%38
%33
%18

Triadic Colors of #d1818c

#d1818c #8cd181 #818cd1

Analogous Colors of #d1818c

#d1818c #d19e81 #d181b4

Monochromatic Colors of #d1818c

#d1818c

Complementary Color

#d1818c #81d1c6

#d1818c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1818c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1818c Color CSS Codes

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

#d1818c Text Font Color

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

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


#d1818c Background Color

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

This div background color is #d1818c


#d1818c Border Color

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

This div border color is #d1818c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1818c


Comments

No comments written yet.

Please login to write comment.