Color Hex Logo

#dd0eaa Color Hex

#DD0EAA
(221,14,170)
0 Favorites   0 Comments

Color spaces of #dd0eaa

RGB 22114170
HSL0.870.880.46
HSV315°94°87°
CMYK 0.000.940.23   0.13
XYZ37.231518.588539.6558
Yxy18.58850.39000.1947
Hunter Lab43.114478.6938-24.3538
CIE-Lab50.202380.4879-28.6858

#dd0eaa color RGB value is (221,14,170).

#dd0eaa hex color red value is 221, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd0eaa hue: 0.87 , saturation: 0.88 and the lightness value of dd0eaa is 0.46.

The process color (four color CMYK) of #dd0eaa color hex is 0.00, 0.94, 0.23, 0.13. Web safe color of #dd0eaa is #cc0099. Color #dd0eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001110 10101010
Octal 335 16 252
Decimal 221 14 170
Hex DD E AA

RGB Percentages of Color #dd0eaa

%54.57
%3.46
%41.98

CMYK Percentages of Color #dd0eaa

%0
%94
%23
%13

Triadic Colors of #dd0eaa

#dd0eaa #aadd0e #0eaadd

Analogous Colors of #dd0eaa

#dd0eaa #dd0e42 #a90edd

Monochromatic Colors of #dd0eaa

#dd0eaa

Complementary Color

#dd0eaa #0edd41

#dd0eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0eaa Color CSS Codes

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

#dd0eaa Text Font Color

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

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


#dd0eaa Background Color

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

This div background color is #dd0eaa


#dd0eaa Border Color

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

This div border color is #dd0eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0eaa


Comments

No comments written yet.

Please login to write comment.