Color Hex Logo

#c33ed0 Color Hex

#C33ED0
(195,62,208)
0 Favorites   0 Comments

Color spaces of #c33ed0

RGB 19562208
HSL0.820.610.53
HSV295°70°82°
CMYK 0.060.700.00   0.18
XYZ35.613519.601461.5809
Yxy19.60140.30490.1678
Hunter Lab44.273566.1065-51.4763
CIE-Lab51.383570.0180-49.2176

#c33ed0 color RGB value is (195,62,208).

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

The process color (four color CMYK) of #c33ed0 color hex is 0.06, 0.70, 0.00, 0.18. Web safe color of #c33ed0 is #cc33cc. Color #c33ed0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111110 11010000
Octal 303 76 320
Decimal 195 62 208
Hex C3 3E D0

RGB Percentages of Color #c33ed0

%41.94
%13.33
%44.73

CMYK Percentages of Color #c33ed0

%6
%70
%0
%18

Triadic Colors of #c33ed0

#c33ed0 #d0c33e #3ed0c3

Analogous Colors of #c33ed0

#c33ed0 #d03e94 #7a3ed0

Monochromatic Colors of #c33ed0

#c33ed0

Complementary Color

#c33ed0 #4bd03e

#c33ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33ed0 Color CSS Codes

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

#c33ed0 Text Font Color

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

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


#c33ed0 Background Color

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

This div background color is #c33ed0


#c33ed0 Border Color

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

This div border color is #c33ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33ed0


Comments

No comments written yet.

Please login to write comment.