Color Hex Logo

#cc2fcc Color Hex

#CC2FCC
(204,47,204)
0 Favorites   0 Comments

Color spaces of #cc2fcc

RGB 20447204
HSL0.830.630.49
HSV300°77°80°
CMYK 0.000.770.00   0.20
XYZ36.817419.230058.8980
Yxy19.23000.32030.1673
Hunter Lab43.852073.1245-48.9365
CIE-Lab50.955275.8809-47.5184

#cc2fcc color RGB value is (204,47,204).

#cc2fcc hex color red value is 204, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc2fcc hue: 0.83 , saturation: 0.63 and the lightness value of cc2fcc is 0.49.

The process color (four color CMYK) of #cc2fcc color hex is 0.00, 0.77, 0.00, 0.20. Web safe color of #cc2fcc is #cc33cc. Color #cc2fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101111 11001100
Octal 314 57 314
Decimal 204 47 204
Hex CC 2F CC

RGB Percentages of Color #cc2fcc

%44.84
%10.33
%44.84

CMYK Percentages of Color #cc2fcc

%0
%77
%0
%20

Triadic Colors of #cc2fcc

#cc2fcc #cccc2f #2fcccc

Analogous Colors of #cc2fcc

#cc2fcc #cc2f7e #7e2fcc

Monochromatic Colors of #cc2fcc

#cc2fcc

Complementary Color

#cc2fcc #2fcc2f

#cc2fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2fcc Color CSS Codes

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

#cc2fcc Text Font Color

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

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


#cc2fcc Background Color

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

This div background color is #cc2fcc


#cc2fcc Border Color

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

This div border color is #cc2fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2fcc


Comments

No comments written yet.

Please login to write comment.