Color Hex Logo

#dd0faa Color Hex

#DD0FAA
(221,15,170)
0 Favorites   0 Comments

Color spaces of #dd0faa

RGB 22115170
HSL0.870.870.46
HSV315°93°87°
CMYK 0.000.930.23   0.13
XYZ37.245318.616139.6604
Yxy18.61610.38990.1949
Hunter Lab43.146478.5806-24.2972
CIE-Lab50.235080.3919-28.6349

#dd0faa color RGB value is (221,15,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001111 10101010
Octal 335 17 252
Decimal 221 15 170
Hex DD F AA

RGB Percentages of Color #dd0faa

%54.43
%3.69
%41.87

CMYK Percentages of Color #dd0faa

%0
%93
%23
%13

Triadic Colors of #dd0faa

#dd0faa #aadd0f #0faadd

Analogous Colors of #dd0faa

#dd0faa #dd0f43 #a90fdd

Monochromatic Colors of #dd0faa

#dd0faa

Complementary Color

#dd0faa #0fdd42

#dd0faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0faa Color CSS Codes

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

#dd0faa Text Font Color

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

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


#dd0faa Background Color

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

This div background color is #dd0faa


#dd0faa Border Color

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

This div border color is #dd0faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0faa


Comments

No comments written yet.

Please login to write comment.