Color Hex Logo

#cc03cc Color Hex

#CC03CC
(204,3,204)
0 Favorites   0 Comments

Color spaces of #cc03cc

RGB 2043204
HSL0.830.970.41
HSV300°99°80°
CMYK 0.000.990.00   0.20
XYZ35.833517.262158.5700
Yxy17.26210.32090.1546
Hunter Lab41.547781.2419-54.4981
CIE-Lab48.588682.8057-51.2957

#cc03cc color RGB value is (204,3,204).

#cc03cc hex color red value is 204, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc03cc hue: 0.83 , saturation: 0.97 and the lightness value of cc03cc is 0.41.

The process color (four color CMYK) of #cc03cc color hex is 0.00, 0.99, 0.00, 0.20. Web safe color of #cc03cc is #cc00cc. Color #cc03cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 11001100
Octal 314 3 314
Decimal 204 3 204
Hex CC 3 CC

RGB Percentages of Color #cc03cc

%49.64
%0.73
%49.64

CMYK Percentages of Color #cc03cc

%0
%99
%0
%20

Triadic Colors of #cc03cc

#cc03cc #cccc03 #03cccc

Analogous Colors of #cc03cc

#cc03cc #cc0368 #6803cc

Monochromatic Colors of #cc03cc

#cc03cc

Complementary Color

#cc03cc #03cc03

#cc03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc03cc Color CSS Codes

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

#cc03cc Text Font Color

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

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


#cc03cc Background Color

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

This div background color is #cc03cc


#cc03cc Border Color

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

This div border color is #cc03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc03cc


Comments

No comments written yet.

Please login to write comment.