Color Hex Logo

#dd818e Color Hex

#DD818E
(221,129,142)
0 Favorites   0 Comments

Color spaces of #dd818e

RGB 221129142
HSL0.980.580.69
HSV352°42°87°
CMYK 0.000.420.36   0.13
XYZ42.551533.025729.7231
Yxy33.02570.40410.3136
Hunter Lab57.468031.59929.5621
CIE-Lab64.181736.88698.5041

#dd818e color RGB value is (221,129,142).

#dd818e hex color red value is 221, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd818e hue: 0.98 , saturation: 0.58 and the lightness value of dd818e is 0.69.

The process color (four color CMYK) of #dd818e color hex is 0.00, 0.42, 0.36, 0.13. Web safe color of #dd818e is #cc9999. Color #dd818e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 10001110
Octal 335 201 216
Decimal 221 129 142
Hex DD 81 8E

RGB Percentages of Color #dd818e

%44.92
%26.22
%28.86

CMYK Percentages of Color #dd818e

%0
%42
%36
%13

Triadic Colors of #dd818e

#dd818e #8edd81 #818edd

Analogous Colors of #dd818e

#dd818e #dda281 #dd81bc

Monochromatic Colors of #dd818e

#dd818e

Complementary Color

#dd818e #81ddd0

#dd818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd818e Color CSS Codes

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

#dd818e Text Font Color

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

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


#dd818e Background Color

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

This div background color is #dd818e


#dd818e Border Color

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

This div border color is #dd818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd818e


Comments

No comments written yet.

Please login to write comment.