Color Hex Logo

#dd62cc Color Hex

#DD62CC
(221,98,204)
0 Favorites   0 Comments

Color spaces of #dd62cc

RGB 22198204
HSL0.860.640.63
HSV308°56°87°
CMYK 0.000.560.08   0.13
XYZ45.085628.467260.2452
Yxy28.46720.33700.2128
Hunter Lab53.354757.4649-29.5988
CIE-Lab60.308561.0289-32.6252

#dd62cc color RGB value is (221,98,204).

#dd62cc hex color red value is 221, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dd62cc hue: 0.86 , saturation: 0.64 and the lightness value of dd62cc is 0.63.

The process color (four color CMYK) of #dd62cc color hex is 0.00, 0.56, 0.08, 0.13. Web safe color of #dd62cc is #cc66cc. Color #dd62cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 11001100
Octal 335 142 314
Decimal 221 98 204
Hex DD 62 CC

RGB Percentages of Color #dd62cc

%42.26
%18.74
%39.01

CMYK Percentages of Color #dd62cc

%0
%56
%8
%13

Triadic Colors of #dd62cc

#dd62cc #ccdd62 #62ccdd

Analogous Colors of #dd62cc

#dd62cc #dd628f #b162dd

Monochromatic Colors of #dd62cc

#dd62cc

Complementary Color

#dd62cc #62dd73

#dd62cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62cc Color CSS Codes

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

#dd62cc Text Font Color

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

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


#dd62cc Background Color

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

This div background color is #dd62cc


#dd62cc Border Color

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

This div border color is #dd62cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62cc


Comments

No comments written yet.

Please login to write comment.