Color Hex Logo

#c33fcd Color Hex

#C33FCD
(195,63,205)
0 Favorites   0 Comments

Color spaces of #c33fcd

RGB 19563205
HSL0.820.590.53
HSV296°69°80°
CMYK 0.050.690.00   0.20
XYZ35.302619.564959.6734
Yxy19.56490.30820.1708
Hunter Lab44.232265.0579-49.0252
CIE-Lab51.341769.1463-47.5641

#c33fcd color RGB value is (195,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111111 11001101
Octal 303 77 315
Decimal 195 63 205
Hex C3 3F CD

RGB Percentages of Color #c33fcd

%42.12
%13.61
%44.28

CMYK Percentages of Color #c33fcd

%5
%69
%0
%20

Triadic Colors of #c33fcd

#c33fcd #cdc33f #3fcdc3

Analogous Colors of #c33fcd

#c33fcd #cd3f90 #7c3fcd

Monochromatic Colors of #c33fcd

#c33fcd

Complementary Color

#c33fcd #49cd3f

#c33fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33fcd Color CSS Codes

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

#c33fcd Text Font Color

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

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


#c33fcd Background Color

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

This div background color is #c33fcd


#c33fcd Border Color

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

This div border color is #c33fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33fcd


Comments

No comments written yet.

Please login to write comment.