Color Hex Logo

#dd6eaa Color Hex

#DD6EAA
(221,110,170)
0 Favorites   0 Comments

Color spaces of #dd6eaa

RGB 221110170
HSL0.910.620.65
HSV328°50°87°
CMYK 0.000.500.23   0.13
XYZ42.650429.426341.4621
Yxy29.42630.37560.2592
Hunter Lab54.246045.4134-7.3452
CIE-Lab61.156050.2247-11.9364

#dd6eaa color RGB value is (221,110,170).

#dd6eaa hex color red value is 221, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd6eaa hue: 0.91 , saturation: 0.62 and the lightness value of dd6eaa is 0.65.

The process color (four color CMYK) of #dd6eaa color hex is 0.00, 0.50, 0.23, 0.13. Web safe color of #dd6eaa is #cc6699. Color #dd6eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101110 10101010
Octal 335 156 252
Decimal 221 110 170
Hex DD 6E AA

RGB Percentages of Color #dd6eaa

%44.11
%21.96
%33.93

CMYK Percentages of Color #dd6eaa

%0
%50
%23
%13

Triadic Colors of #dd6eaa

#dd6eaa #aadd6e #6eaadd

Analogous Colors of #dd6eaa

#dd6eaa #dd6e73 #d96edd

Monochromatic Colors of #dd6eaa

#dd6eaa

Complementary Color

#dd6eaa #6edda1

#dd6eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6eaa Color CSS Codes

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

#dd6eaa Text Font Color

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

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


#dd6eaa Background Color

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

This div background color is #dd6eaa


#dd6eaa Border Color

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

This div border color is #dd6eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6eaa


Comments

No comments written yet.

Please login to write comment.