Color Hex Logo

#c320ed Color Hex

#C320ED
(195,32,237)
0 Favorites   0 Comments

Color spaces of #c320ed

RGB 19532237
HSL0.800.850.53
HSV288°86°93°
CMYK 0.180.860.00   0.07
XYZ38.308318.749681.7207
Yxy18.74960.27600.1351
Hunter Lab43.300882.1428-81.5862
CIE-Lab50.393083.1593-67.2848

#c320ed color RGB value is (195,32,237).

#c320ed hex color red value is 195, green value is 32 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c320ed hue: 0.80 , saturation: 0.85 and the lightness value of c320ed is 0.53.

The process color (four color CMYK) of #c320ed color hex is 0.18, 0.86, 0.00, 0.07. Web safe color of #c320ed is #cc33ff. Color #c320ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 11101101
Octal 303 40 355
Decimal 195 32 237
Hex C3 20 ED

RGB Percentages of Color #c320ed

%42.03
%6.90
%51.08

CMYK Percentages of Color #c320ed

%18
%86
%0
%7

Triadic Colors of #c320ed

#c320ed #edc320 #20edc3

Analogous Colors of #c320ed

#c320ed #ed20b1 #5c20ed

Monochromatic Colors of #c320ed

#c320ed

Complementary Color

#c320ed #4aed20

#c320ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c320ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c320ed Color CSS Codes

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

#c320ed Text Font Color

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

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


#c320ed Background Color

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

This div background color is #c320ed


#c320ed Border Color

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

This div border color is #c320ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c320ed


Comments

No comments written yet.

Please login to write comment.