Color Hex Logo

#c33fcc Color Hex

#C33FCC
(195,63,204)
0 Favorites   0 Comments

Color spaces of #c33fcc

RGB 19563204
HSL0.820.580.52
HSV296°69°80°
CMYK 0.040.690.00   0.20
XYZ35.182319.516759.0395
Yxy19.51670.30930.1716
Hunter Lab44.177764.8431-48.3113
CIE-Lab51.286368.9762-47.0779

#c33fcc color RGB value is (195,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111111 11001100
Octal 303 77 314
Decimal 195 63 204
Hex C3 3F CC

RGB Percentages of Color #c33fcc

%42.21
%13.64
%44.16

CMYK Percentages of Color #c33fcc

%4
%69
%0
%20

Triadic Colors of #c33fcc

#c33fcc #ccc33f #3fccc3

Analogous Colors of #c33fcc

#c33fcc #cc3f8f #7d3fcc

Monochromatic Colors of #c33fcc

#c33fcc

Complementary Color

#c33fcc #48cc3f

#c33fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33fcc Color CSS Codes

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

#c33fcc Text Font Color

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

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


#c33fcc Background Color

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

This div background color is #c33fcc


#c33fcc Border Color

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

This div border color is #c33fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33fcc


Comments

No comments written yet.

Please login to write comment.