Color Hex Logo

#cc61dc Color Hex

#CC61DC
(204,97,220)
0 Favorites   0 Comments

Color spaces of #cc61dc

RGB 20497220
HSL0.810.640.62
HSV292°56°86°
CMYK 0.070.560.00   0.14
XYZ42.094826.554170.6170
Yxy26.55410.30230.1907
Hunter Lab51.530755.6359-45.1788
CIE-Lab58.559359.7480-44.5691

#cc61dc color RGB value is (204,97,220).

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

The process color (four color CMYK) of #cc61dc color hex is 0.07, 0.56, 0.00, 0.14. Web safe color of #cc61dc is #cc66cc. Color #cc61dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 11011100
Octal 314 141 334
Decimal 204 97 220
Hex CC 61 DC

RGB Percentages of Color #cc61dc

%39.16
%18.62
%42.23

CMYK Percentages of Color #cc61dc

%7
%56
%0
%14

Triadic Colors of #cc61dc

#cc61dc #dccc61 #61dccc

Analogous Colors of #cc61dc

#cc61dc #dc61af #8f61dc

Monochromatic Colors of #cc61dc

#cc61dc

Complementary Color

#cc61dc #71dc61

#cc61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc61dc Color CSS Codes

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

#cc61dc Text Font Color

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

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


#cc61dc Background Color

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

This div background color is #cc61dc


#cc61dc Border Color

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

This div border color is #cc61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc61dc


Comments

No comments written yet.

Please login to write comment.