Color Hex Logo

#c324ea Color Hex

#C324EA
(195,36,234)
0 Favorites   0 Comments

Color spaces of #c324ea

RGB 19536234
HSL0.800.830.53
HSV288°85°92°
CMYK 0.170.850.00   0.08
XYZ37.987818.804479.4693
Yxy18.80440.27880.1380
Hunter Lab43.364080.4826-78.3005
CIE-Lab50.457681.8479-65.4887

#c324ea color RGB value is (195,36,234).

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

The process color (four color CMYK) of #c324ea color hex is 0.17, 0.85, 0.00, 0.08. Web safe color of #c324ea is #cc33ff. Color #c324ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11101010
Octal 303 44 352
Decimal 195 36 234
Hex C3 24 EA

RGB Percentages of Color #c324ea

%41.94
%7.74
%50.32

CMYK Percentages of Color #c324ea

%17
%85
%0
%8

Triadic Colors of #c324ea

#c324ea #eac324 #24eac3

Analogous Colors of #c324ea

#c324ea #ea24ae #6024ea

Monochromatic Colors of #c324ea

#c324ea

Complementary Color

#c324ea #4bea24

#c324ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324ea Color CSS Codes

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

#c324ea Text Font Color

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

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


#c324ea Background Color

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

This div background color is #c324ea


#c324ea Border Color

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

This div border color is #c324ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324ea


Comments

No comments written yet.

Please login to write comment.