color codes Logo

#d062cc color codes

#D062CC
(208,98,204)
0 Favorites   0 Comments

Color spaces of #d062cc

RGB 20898204
HSL0.840.540.60
HSV302°53°82°
CMYK 0.000.530.02   0.18
XYZ41.279226.504960.0670
Yxy26.50490.32290.2073
Hunter Lab51.482953.0269-33.1378
CIE-Lab58.513257.4691-35.5584

#d062cc color RGB value is (208,98,204).

#d062cc hex color red value is 208, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d062cc hue: 0.84 , saturation: 0.54 and the lightness value of d062cc is 0.60.

The process color (four color CMYK) of #d062cc color code is 0.00, 0.53, 0.02, 0.18. Web safe color of #d062cc is #cc66cc. Color #d062cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100010 11001100
Octal 320 142 314
Decimal 208 98 204
Hex D0 62 CC

RGB Percentages of Color #d062cc

%40.78
%19.22
%40.00

CMYK Percentages of Color #d062cc

%0
%53
%2
%18

Triadic Colors of #d062cc

#d062cc #ccd062 #62ccd0

Analogous Colors of #d062cc

#d062cc #d06295 #9d62d0

Monochromatic Colors of #d062cc

#d062cc

Complementary Color

#d062cc #62d066

#d062cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d062cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d062cc Color CSS Codes

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

#d062cc Text Font Color

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

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


#d062cc Background Color

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

This div background color is #d062cc


#d062cc Border Color

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

This div border color is #d062cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d062cc


Comments

No comments written yet.

Please login to write comment.