Color Hex Logo

#dd8eaf Color Hex

#DD8EAF
(221,142,175)
0 Favorites   0 Comments

Color spaces of #dd8eaf

RGB 221142175
HSL0.930.540.71
HSV335°36°87°
CMYK 0.000.360.21   0.13
XYZ47.229737.813345.3669
Yxy37.81330.36220.2900
Hunter Lab61.492529.4861-0.6972
CIE-Lab67.882834.4670-4.7535

#dd8eaf color RGB value is (221,142,175).

#dd8eaf hex color red value is 221, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd8eaf hue: 0.93 , saturation: 0.54 and the lightness value of dd8eaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001110 10101111
Octal 335 216 257
Decimal 221 142 175
Hex DD 8E AF

RGB Percentages of Color #dd8eaf

%41.08
%26.39
%32.53

CMYK Percentages of Color #dd8eaf

%0
%36
%21
%13

Triadic Colors of #dd8eaf

#dd8eaf #afdd8e #8eafdd

Analogous Colors of #dd8eaf

#dd8eaf #dd958e #dd8ed7

Monochromatic Colors of #dd8eaf

#dd8eaf

Complementary Color

#dd8eaf #8eddbc

#dd8eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8eaf Color CSS Codes

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

#dd8eaf Text Font Color

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

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


#dd8eaf Background Color

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

This div background color is #dd8eaf


#dd8eaf Border Color

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

This div border color is #dd8eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,142,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8eaf


Comments

No comments written yet.

Please login to write comment.