Color Hex Logo

#c324fe Color Hex

#C324FE
(195,36,254)
0 Favorites   0 Comments

Color spaces of #c324fe

RGB 19536254
HSL0.790.990.57
HSV284°86°100°
CMYK 0.230.860.00   0.00
XYZ41.025920.019695.4678
Yxy20.01960.26210.1279
Hunter Lab44.743385.3691-95.1856
CIE-Lab51.859485.3735-74.4248

#c324fe color RGB value is (195,36,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11111110
Octal 303 44 376
Decimal 195 36 254
Hex C3 24 FE

RGB Percentages of Color #c324fe

%40.21
%7.42
%52.37

CMYK Percentages of Color #c324fe

%23
%86
%0
%0

Triadic Colors of #c324fe

#c324fe #fec324 #24fec3

Analogous Colors of #c324fe

#c324fe #fe24cc #5624fe

Monochromatic Colors of #c324fe

#c324fe

Complementary Color

#c324fe #5ffe24

#c324fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324fe Color CSS Codes

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

#c324fe Text Font Color

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

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


#c324fe Background Color

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

This div background color is #c324fe


#c324fe Border Color

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

This div border color is #c324fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324fe


Comments

No comments written yet.

Please login to write comment.