Color Hex Logo

#c324ff Color Hex

#C324FF
(195,36,255)
0 Favorites   0 Comments

Color spaces of #c324ff

RGB 19536255
HSL0.791.000.57
HSV284°86°100°
CMYK 0.240.860.00   0.00
XYZ41.186620.083996.3135
Yxy20.08390.26140.1274
Hunter Lab44.815185.6213-96.0515
CIE-Lab51.931985.5534-74.8632

#c324ff color RGB value is (195,36,255).

#c324ff hex color red value is 195, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c324ff hue: 0.79 , saturation: 1.00 and the lightness value of c324ff is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11111111
Octal 303 44 377
Decimal 195 36 255
Hex C3 24 FF

RGB Percentages of Color #c324ff

%40.12
%7.41
%52.47

CMYK Percentages of Color #c324ff

%24
%86
%0
%0

Triadic Colors of #c324ff

#c324ff #ffc324 #24ffc3

Analogous Colors of #c324ff

#c324ff #ff24ce #5624ff

Monochromatic Colors of #c324ff

#c324ff

Complementary Color

#c324ff #60ff24

#c324ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324ff Color CSS Codes

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

#c324ff Text Font Color

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

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


#c324ff Background Color

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

This div background color is #c324ff


#c324ff Border Color

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

This div border color is #c324ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324ff


Comments

No comments written yet.

Please login to write comment.