Color Hex Logo

#c03acc Color Hex

#C03ACC
(192,58,204)
0 Favorites   0 Comments

Color spaces of #c03acc

RGB 19258204
HSL0.820.590.51
HSV295°72°80°
CMYK 0.060.720.00   0.20
XYZ34.150418.592258.9155
Yxy18.59220.30580.1665
Hunter Lab43.118765.9160-50.8282
CIE-Lab50.206670.0852-48.8252

#c03acc color RGB value is (192,58,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111010 11001100
Octal 300 72 314
Decimal 192 58 204
Hex C0 3A CC

RGB Percentages of Color #c03acc

%42.29
%12.78
%44.93

CMYK Percentages of Color #c03acc

%6
%72
%0
%20

Triadic Colors of #c03acc

#c03acc #ccc03a #3accc0

Analogous Colors of #c03acc

#c03acc #cc3a8f #773acc

Monochromatic Colors of #c03acc

#c03acc

Complementary Color

#c03acc #46cc3a

#c03acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03acc Color CSS Codes

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

#c03acc Text Font Color

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

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


#c03acc Background Color

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

This div background color is #c03acc


#c03acc Border Color

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

This div border color is #c03acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03acc


Comments

No comments written yet.

Please login to write comment.