Color Hex Logo

#cc62dd Color Hex

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

Color spaces of #cc62dd

RGB 20498221
HSL0.810.640.63
HSV292°56°87°
CMYK 0.080.560.00   0.13
XYZ42.320726.793271.3477
Yxy26.79320.30130.1908
Hunter Lab51.762155.3577-45.4904
CIE-Lab58.782459.4669-44.7795

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

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

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

Base Numbers

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

RGB Percentages of Color #cc62dd

%39.01
%18.74
%42.26

CMYK Percentages of Color #cc62dd

%8
%56
%0
%13

Triadic Colors of #cc62dd

#cc62dd #ddcc62 #62ddcc

Analogous Colors of #cc62dd

#cc62dd #dd62b1 #8f62dd

Monochromatic Colors of #cc62dd

#cc62dd

Complementary Color

#cc62dd #73dd62

#cc62dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc62dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc62dd Color CSS Codes

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

#cc62dd Text Font Color

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

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


#cc62dd Background Color

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

This div background color is #cc62dd


#cc62dd Border Color

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

This div border color is #cc62dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc62dd


Comments

No comments written yet.

Please login to write comment.