Color Hex Logo

#c324eb Color Hex

#C324EB
(195,36,235)
0 Favorites   0 Comments

Color spaces of #c324eb

RGB 19536235
HSL0.800.830.53
HSV288°85°92°
CMYK 0.170.850.00   0.08
XYZ38.131918.862080.2282
Yxy18.86200.27790.1375
Hunter Lab43.430480.7198-79.1241
CIE-Lab50.525482.0209-65.9432

#c324eb color RGB value is (195,36,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11101011
Octal 303 44 353
Decimal 195 36 235
Hex C3 24 EB

RGB Percentages of Color #c324eb

%41.85
%7.73
%50.43

CMYK Percentages of Color #c324eb

%17
%85
%0
%8

Triadic Colors of #c324eb

#c324eb #ebc324 #24ebc3

Analogous Colors of #c324eb

#c324eb #eb24b0 #5f24eb

Monochromatic Colors of #c324eb

#c324eb

Complementary Color

#c324eb #4ceb24

#c324eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324eb Color CSS Codes

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

#c324eb Text Font Color

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

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


#c324eb Background Color

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

This div background color is #c324eb


#c324eb Border Color

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

This div border color is #c324eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324eb


Comments

No comments written yet.

Please login to write comment.