Color Hex Logo

#c33acc Color Hex

#C33ACC
(195,58,204)
0 Favorites   0 Comments

Color spaces of #c33acc

RGB 19558204
HSL0.820.590.51
HSV296°72°80°
CMYK 0.040.720.00   0.20
XYZ34.917818.987858.9514
Yxy18.98780.30940.1682
Hunter Lab43.575066.7806-49.7093
CIE-Lab50.672970.7182-48.0543

#c33acc color RGB value is (195,58,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111010 11001100
Octal 303 72 314
Decimal 195 58 204
Hex C3 3A CC

RGB Percentages of Color #c33acc

%42.67
%12.69
%44.64

CMYK Percentages of Color #c33acc

%4
%72
%0
%20

Triadic Colors of #c33acc

#c33acc #ccc33a #3accc3

Analogous Colors of #c33acc

#c33acc #cc3a8c #7a3acc

Monochromatic Colors of #c33acc

#c33acc

Complementary Color

#c33acc #43cc3a

#c33acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33acc Color CSS Codes

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

#c33acc Text Font Color

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

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


#c33acc Background Color

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

This div background color is #c33acc


#c33acc Border Color

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

This div border color is #c33acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33acc


Comments

No comments written yet.

Please login to write comment.