Color Hex Logo

#c33ed5 Color Hex

#C33ED5
(195,62,213)
0 Favorites   0 Comments

Color spaces of #c33ed5

RGB 19562213
HSL0.810.640.54
HSV293°71°84°
CMYK 0.080.710.00   0.16
XYZ36.238519.851464.8725
Yxy19.85140.29960.1641
Hunter Lab44.554967.2109-55.1385
CIE-Lab51.668870.8848-51.6217

#c33ed5 color RGB value is (195,62,213).

#c33ed5 hex color red value is 195, green value is 62 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c33ed5 hue: 0.81 , saturation: 0.64 and the lightness value of c33ed5 is 0.54.

The process color (four color CMYK) of #c33ed5 color hex is 0.08, 0.71, 0.00, 0.16. Web safe color of #c33ed5 is #cc33cc. Color #c33ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111110 11010101
Octal 303 76 325
Decimal 195 62 213
Hex C3 3E D5

RGB Percentages of Color #c33ed5

%41.49
%13.19
%45.32

CMYK Percentages of Color #c33ed5

%8
%71
%0
%16

Triadic Colors of #c33ed5

#c33ed5 #d5c33e #3ed5c3

Analogous Colors of #c33ed5

#c33ed5 #d53e9c #783ed5

Monochromatic Colors of #c33ed5

#c33ed5

Complementary Color

#c33ed5 #50d53e

#c33ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33ed5 Color CSS Codes

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

#c33ed5 Text Font Color

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

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


#c33ed5 Background Color

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

This div background color is #c33ed5


#c33ed5 Border Color

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

This div border color is #c33ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33ed5


Comments

No comments written yet.

Please login to write comment.