Color Hex Logo

#dc62ce Color Hex

#DC62CE
(220,98,206)
0 Favorites   0 Comments

Color spaces of #dc62ce

RGB 22098206
HSL0.850.640.62
HSV307°55°86°
CMYK 0.000.550.06   0.14
XYZ45.023528.407261.5027
Yxy28.40720.33370.2105
Hunter Lab53.298457.5146-31.1077
CIE-Lab60.254861.0810-33.8522

#dc62ce color RGB value is (220,98,206).

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

The process color (four color CMYK) of #dc62ce color hex is 0.00, 0.55, 0.06, 0.14. Web safe color of #dc62ce is #cc66cc. Color #dc62ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 11001110
Octal 334 142 316
Decimal 220 98 206
Hex DC 62 CE

RGB Percentages of Color #dc62ce

%41.98
%18.70
%39.31

CMYK Percentages of Color #dc62ce

%0
%55
%6
%14

Triadic Colors of #dc62ce

#dc62ce #cedc62 #62cedc

Analogous Colors of #dc62ce

#dc62ce #dc6291 #ad62dc

Monochromatic Colors of #dc62ce

#dc62ce

Complementary Color

#dc62ce #62dc70

#dc62ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc62ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc62ce Color CSS Codes

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

#dc62ce Text Font Color

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

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


#dc62ce Background Color

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

This div background color is #dc62ce


#dc62ce Border Color

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

This div border color is #dc62ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc62ce


Comments

No comments written yet.

Please login to write comment.