Color Hex Logo

#cc13ec Color Hex

#CC13EC
(204,19,236)
0 Favorites   0 Comments

Color spaces of #cc13ec

RGB 20419236
HSL0.810.850.50
HSV291°92°93°
CMYK 0.140.920.00   0.07
XYZ40.275019.359280.9709
Yxy19.35920.28640.1377
Hunter Lab43.999186.3933-78.3112
CIE-Lab51.104886.3061-65.4998

#cc13ec color RGB value is (204,19,236).

#cc13ec hex color red value is 204, green value is 19 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc13ec hue: 0.81 , saturation: 0.85 and the lightness value of cc13ec is 0.50.

The process color (four color CMYK) of #cc13ec color hex is 0.14, 0.92, 0.00, 0.07. Web safe color of #cc13ec is #cc00ff. Color #cc13ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 11101100
Octal 314 23 354
Decimal 204 19 236
Hex CC 13 EC

RGB Percentages of Color #cc13ec

%44.44
%4.14
%51.42

CMYK Percentages of Color #cc13ec

%14
%92
%0
%7

Triadic Colors of #cc13ec

#cc13ec #eccc13 #13eccc

Analogous Colors of #cc13ec

#cc13ec #ec13a0 #6013ec

Monochromatic Colors of #cc13ec

#cc13ec

Complementary Color

#cc13ec #33ec13

#cc13ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc13ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc13ec Color CSS Codes

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

#cc13ec Text Font Color

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

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


#cc13ec Background Color

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

This div background color is #cc13ec


#cc13ec Border Color

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

This div border color is #cc13ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc13ec


Comments

No comments written yet.

Please login to write comment.