Color Hex Logo

#cc61cc Color Hex

#CC61CC
(204,97,204)
0 Favorites   0 Comments

Color spaces of #cc61cc

RGB 20497204
HSL0.830.510.59
HSV300°52°80°
CMYK 0.000.520.00   0.20
XYZ40.075625.746459.9841
Yxy25.74640.31860.2047
Hunter Lab50.740952.1842-34.5719
CIE-Lab57.795556.8460-36.7203

#cc61cc color RGB value is (204,97,204).

#cc61cc hex color red value is 204, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc61cc hue: 0.83 , saturation: 0.51 and the lightness value of cc61cc is 0.59.

The process color (four color CMYK) of #cc61cc color hex is 0.00, 0.52, 0.00, 0.20. Web safe color of #cc61cc is #cc66cc. Color #cc61cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 11001100
Octal 314 141 314
Decimal 204 97 204
Hex CC 61 CC

RGB Percentages of Color #cc61cc

%40.40
%19.21
%40.40

CMYK Percentages of Color #cc61cc

%0
%52
%0
%20

Triadic Colors of #cc61cc

#cc61cc #cccc61 #61cccc

Analogous Colors of #cc61cc

#cc61cc #cc6197 #9761cc

Monochromatic Colors of #cc61cc

#cc61cc

Complementary Color

#cc61cc #61cc61

#cc61cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc61cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc61cc Color CSS Codes

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

#cc61cc Text Font Color

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

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


#cc61cc Background Color

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

This div background color is #cc61cc


#cc61cc Border Color

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

This div border color is #cc61cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc61cc


Comments

No comments written yet.

Please login to write comment.