Color Hex Logo

#c03ecc Color Hex

#C03ECC
(192,62,204)
0 Favorites   0 Comments

Color spaces of #c03ecc

RGB 19262204
HSL0.820.580.52
HSV295°70°80°
CMYK 0.060.700.00   0.20
XYZ34.359919.011358.9853
Yxy19.01130.30580.1692
Hunter Lab43.601964.3610-49.6869
CIE-Lab50.700468.6822-48.0382

#c03ecc color RGB value is (192,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111110 11001100
Octal 300 76 314
Decimal 192 62 204
Hex C0 3E CC

RGB Percentages of Color #c03ecc

%41.92
%13.54
%44.54

CMYK Percentages of Color #c03ecc

%6
%70
%0
%20

Triadic Colors of #c03ecc

#c03ecc #ccc03e #3eccc0

Analogous Colors of #c03ecc

#c03ecc #cc3e91 #793ecc

Monochromatic Colors of #c03ecc

#c03ecc

Complementary Color

#c03ecc #4acc3e

#c03ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03ecc Color CSS Codes

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

#c03ecc Text Font Color

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

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


#c03ecc Background Color

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

This div background color is #c03ecc


#c03ecc Border Color

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

This div border color is #c03ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03ecc


Comments

No comments written yet.

Please login to write comment.