Color Hex Logo

#c324fc Color Hex

#C324FC
(195,36,252)
0 Favorites   0 Comments

Color spaces of #c324fc

RGB 19536252
HSL0.790.970.56
HSV284°86°99°
CMYK 0.230.860.00   0.01
XYZ40.707219.892193.7895
Yxy19.89210.26370.1288
Hunter Lab44.600684.8670-93.4592
CIE-Lab51.715085.0147-73.5453

#c324fc color RGB value is (195,36,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11111100
Octal 303 44 374
Decimal 195 36 252
Hex C3 24 FC

RGB Percentages of Color #c324fc

%40.37
%7.45
%52.17

CMYK Percentages of Color #c324fc

%23
%86
%0
%1

Triadic Colors of #c324fc

#c324fc #fcc324 #24fcc3

Analogous Colors of #c324fc

#c324fc #fc24c9 #5724fc

Monochromatic Colors of #c324fc

#c324fc

Complementary Color

#c324fc #5dfc24

#c324fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324fc Color CSS Codes

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

#c324fc Text Font Color

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

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


#c324fc Background Color

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

This div background color is #c324fc


#c324fc Border Color

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

This div border color is #c324fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324fc


Comments

No comments written yet.

Please login to write comment.