Color Hex Logo

#cc0eca Color Hex

#CC0ECA
(204,14,202)
0 Favorites   0 Comments

Color spaces of #cc0eca

RGB 20414202
HSL0.840.870.43
HSV301°93°80°
CMYK 0.000.930.01   0.20
XYZ35.719517.415757.3561
Yxy17.41570.32330.1576
Hunter Lab41.732179.7511-52.2749
CIE-Lab48.779681.5990-49.8348

#cc0eca color RGB value is (204,14,202).

#cc0eca hex color red value is 204, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc0eca hue: 0.84 , saturation: 0.87 and the lightness value of cc0eca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001110 11001010
Octal 314 16 312
Decimal 204 14 202
Hex CC E CA

RGB Percentages of Color #cc0eca

%48.57
%3.33
%48.10

CMYK Percentages of Color #cc0eca

%0
%93
%1
%20

Triadic Colors of #cc0eca

#cc0eca #cacc0e #0ecacc

Analogous Colors of #cc0eca

#cc0eca #cc0e6b #6f0ecc

Monochromatic Colors of #cc0eca

#cc0eca

Complementary Color

#cc0eca #0ecc10

#cc0eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0eca Color CSS Codes

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

#cc0eca Text Font Color

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

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


#cc0eca Background Color

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

This div background color is #cc0eca


#cc0eca Border Color

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

This div border color is #cc0eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0eca


Comments

No comments written yet.

Please login to write comment.