Color Hex Logo

#c33ccf Color Hex

#C33CCF
(195,60,207)
0 Favorites   0 Comments

Color spaces of #c33ccf

RGB 19560207
HSL0.820.600.52
HSV295°71°81°
CMYK 0.060.710.00   0.19
XYZ35.384019.338860.8993
Yxy19.33880.30600.1673
Hunter Lab43.975966.6673-51.3236
CIE-Lab51.081370.5449-49.1263

#c33ccf color RGB value is (195,60,207).

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

The process color (four color CMYK) of #c33ccf color hex is 0.06, 0.71, 0.00, 0.19. Web safe color of #c33ccf is #cc33cc. Color #c33ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111100 11001111
Octal 303 74 317
Decimal 195 60 207
Hex C3 3C CF

RGB Percentages of Color #c33ccf

%42.21
%12.99
%44.81

CMYK Percentages of Color #c33ccf

%6
%71
%0
%19

Triadic Colors of #c33ccf

#c33ccf #cfc33c #3ccfc3

Analogous Colors of #c33ccf

#c33ccf #cf3c92 #7a3ccf

Monochromatic Colors of #c33ccf

#c33ccf

Complementary Color

#c33ccf #48cf3c

#c33ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33ccf Color CSS Codes

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

#c33ccf Text Font Color

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

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


#c33ccf Background Color

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

This div background color is #c33ccf


#c33ccf Border Color

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

This div border color is #c33ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,60,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c33ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33ccf


Comments

No comments written yet.

Please login to write comment.