Color Hex Logo

#dc62c0 Color Hex

#DC62C0
(220,98,192)
0 Favorites   0 Comments

Color spaces of #dc62c0

RGB 22098192
HSL0.870.640.62
HSV314°55°86°
CMYK 0.000.550.13   0.14
XYZ43.397327.756852.9395
Yxy27.75680.34970.2237
Hunter Lab52.684754.8352-22.6974
CIE-Lab59.668458.8586-26.8039

#dc62c0 color RGB value is (220,98,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 11000000
Octal 334 142 300
Decimal 220 98 192
Hex DC 62 C0

RGB Percentages of Color #dc62c0

%43.14
%19.22
%37.65

CMYK Percentages of Color #dc62c0

%0
%55
%13
%14

Triadic Colors of #dc62c0

#dc62c0 #c0dc62 #62c0dc

Analogous Colors of #dc62c0

#dc62c0 #dc6283 #bb62dc

Monochromatic Colors of #dc62c0

#dc62c0

Complementary Color

#dc62c0 #62dc7e

#dc62c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc62c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc62c0 Color CSS Codes

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

#dc62c0 Text Font Color

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

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


#dc62c0 Background Color

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

This div background color is #dc62c0


#dc62c0 Border Color

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

This div border color is #dc62c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc62c0


Comments

No comments written yet.

Please login to write comment.