Color Hex Logo

#c33fde Color Hex

#C33FDE
(195,63,222)
0 Favorites   0 Comments

Color spaces of #c33fde

RGB 19563222
HSL0.810.710.56
HSV290°72°87°
CMYK 0.120.720.00   0.13
XYZ37.468020.431071.0760
Yxy20.43100.29050.1584
Hunter Lab45.200768.8621-61.5904
CIE-Lab52.321072.1281-55.6990

#c33fde color RGB value is (195,63,222).

#c33fde hex color red value is 195, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c33fde hue: 0.81 , saturation: 0.71 and the lightness value of c33fde is 0.56.

The process color (four color CMYK) of #c33fde color hex is 0.12, 0.72, 0.00, 0.13. Web safe color of #c33fde is #cc33cc. Color #c33fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111111 11011110
Octal 303 77 336
Decimal 195 63 222
Hex C3 3F DE

RGB Percentages of Color #c33fde

%40.63
%13.13
%46.25

CMYK Percentages of Color #c33fde

%12
%72
%0
%13

Triadic Colors of #c33fde

#c33fde #dec33f #3fdec3

Analogous Colors of #c33fde

#c33fde #de3faa #743fde

Monochromatic Colors of #c33fde

#c33fde

Complementary Color

#c33fde #5ade3f

#c33fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33fde Color CSS Codes

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

#c33fde Text Font Color

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

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


#c33fde Background Color

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

This div background color is #c33fde


#c33fde Border Color

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

This div border color is #c33fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33fde


Comments

No comments written yet.

Please login to write comment.