Color Hex Logo

#dd60ae Color Hex

#DD60AE
(221,96,174)
0 Favorites   0 Comments

Color spaces of #dd60ae

RGB 22196174
HSL0.900.650.62
HSV323°57°87°
CMYK 0.000.570.21   0.13
XYZ41.641626.793943.0214
Yxy26.79390.37360.2404
Hunter Lab51.762853.0128-13.0434
CIE-Lab58.783157.4108-17.8227

#dd60ae color RGB value is (221,96,174).

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

The process color (four color CMYK) of #dd60ae color hex is 0.00, 0.57, 0.21, 0.13. Web safe color of #dd60ae is #cc6699. Color #dd60ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100000 10101110
Octal 335 140 256
Decimal 221 96 174
Hex DD 60 AE

RGB Percentages of Color #dd60ae

%45.01
%19.55
%35.44

CMYK Percentages of Color #dd60ae

%0
%57
%21
%13

Triadic Colors of #dd60ae

#dd60ae #aedd60 #60aedd

Analogous Colors of #dd60ae

#dd60ae #dd6070 #ce60dd

Monochromatic Colors of #dd60ae

#dd60ae

Complementary Color

#dd60ae #60dd8f

#dd60ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd60ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd60ae Color CSS Codes

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

#dd60ae Text Font Color

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

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


#dd60ae Background Color

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

This div background color is #dd60ae


#dd60ae Border Color

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

This div border color is #dd60ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd60ae


Comments

No comments written yet.

Please login to write comment.