Color Hex Logo

#dd02ae Color Hex

#DD02AE
(221,2,174)
0 Favorites   0 Comments

Color spaces of #dd02ae

RGB 2212174
HSL0.870.980.44
HSV313°99°87°
CMYK 0.000.990.21   0.13
XYZ37.480518.471641.6343
Yxy18.47160.38410.1893
Hunter Lab42.978680.4526-27.3505
CIE-Lab50.063281.9011-31.2625

#dd02ae color RGB value is (221,2,174).

#dd02ae hex color red value is 221, green value is 2 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd02ae hue: 0.87 , saturation: 0.98 and the lightness value of dd02ae is 0.44.

The process color (four color CMYK) of #dd02ae color hex is 0.00, 0.99, 0.21, 0.13. Web safe color of #dd02ae is #cc0099. Color #dd02ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000010 10101110
Octal 335 2 256
Decimal 221 2 174
Hex DD 2 AE

RGB Percentages of Color #dd02ae

%55.67
%0.50
%43.83

CMYK Percentages of Color #dd02ae

%0
%99
%21
%13

Triadic Colors of #dd02ae

#dd02ae #aedd02 #02aedd

Analogous Colors of #dd02ae

#dd02ae #dd0241 #9f02dd

Monochromatic Colors of #dd02ae

#dd02ae

Complementary Color

#dd02ae #02dd31

#dd02ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd02ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd02ae Color CSS Codes

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

#dd02ae Text Font Color

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

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


#dd02ae Background Color

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

This div background color is #dd02ae


#dd02ae Border Color

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

This div border color is #dd02ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd02ae


Comments

No comments written yet.

Please login to write comment.