Color Hex Logo

#c02ecc Color Hex

#C02ECC
(192,46,204)
0 Favorites   0 Comments

Color spaces of #c02ecc

RGB 19246204
HSL0.820.630.49
HSV295°77°80°
CMYK 0.060.770.00   0.20
XYZ33.614317.520158.7368
Yxy17.52010.30590.1595
Hunter Lab41.857070.0990-53.9001
CIE-Lab48.908873.8096-50.8979

#c02ecc color RGB value is (192,46,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101110 11001100
Octal 300 56 314
Decimal 192 46 204
Hex C0 2E CC

RGB Percentages of Color #c02ecc

%43.44
%10.41
%46.15

CMYK Percentages of Color #c02ecc

%6
%77
%0
%20

Triadic Colors of #c02ecc

#c02ecc #ccc02e #2eccc0

Analogous Colors of #c02ecc

#c02ecc #cc2e89 #712ecc

Monochromatic Colors of #c02ecc

#c02ecc

Complementary Color

#c02ecc #3acc2e

#c02ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02ecc Color CSS Codes

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

#c02ecc Text Font Color

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

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


#c02ecc Background Color

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

This div background color is #c02ecc


#c02ecc Border Color

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

This div border color is #c02ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02ecc


Comments

No comments written yet.

Please login to write comment.