Color Hex Logo

#dc62ae Color Hex

#DC62AE
(220,98,174)
0 Favorites   0 Comments

Color spaces of #dc62ae

RGB 22098174
HSL0.900.640.62
HSV323°55°86°
CMYK 0.000.550.21   0.14
XYZ41.522927.007043.0688
Yxy27.00700.37210.2420
Hunter Lab51.968351.6779-12.7589
CIE-Lab58.980856.1973-17.5357

#dc62ae color RGB value is (220,98,174).

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

The process color (four color CMYK) of #dc62ae color hex is 0.00, 0.55, 0.21, 0.14. Web safe color of #dc62ae is #cc6699. Color #dc62ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 10101110
Octal 334 142 256
Decimal 220 98 174
Hex DC 62 AE

RGB Percentages of Color #dc62ae

%44.72
%19.92
%35.37

CMYK Percentages of Color #dc62ae

%0
%55
%21
%14

Triadic Colors of #dc62ae

#dc62ae #aedc62 #62aedc

Analogous Colors of #dc62ae

#dc62ae #dc6271 #cd62dc

Monochromatic Colors of #dc62ae

#dc62ae

Complementary Color

#dc62ae #62dc90

#dc62ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc62ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc62ae Color CSS Codes

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

#dc62ae Text Font Color

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

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


#dc62ae Background Color

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

This div background color is #dc62ae


#dc62ae Border Color

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

This div border color is #dc62ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc62ae


Comments

No comments written yet.

Please login to write comment.