Color Hex Logo

#c324df Color Hex

#C324DF
(195,36,223)
0 Favorites   0 Comments

Color spaces of #c324df

RGB 19536223
HSL0.810.750.51
HSV291°84°87°
CMYK 0.130.840.00   0.13
XYZ36.455818.191671.4019
Yxy18.19160.28920.1443
Hunter Lab42.651677.9298-69.3996
CIE-Lab49.727779.9749-60.4351

#c324df color RGB value is (195,36,223).

#c324df hex color red value is 195, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c324df hue: 0.81 , saturation: 0.75 and the lightness value of c324df is 0.51.

The process color (four color CMYK) of #c324df color hex is 0.13, 0.84, 0.00, 0.13. Web safe color of #c324df is #cc33cc. Color #c324df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11011111
Octal 303 44 337
Decimal 195 36 223
Hex C3 24 DF

RGB Percentages of Color #c324df

%42.95
%7.93
%49.12

CMYK Percentages of Color #c324df

%13
%84
%0
%13

Triadic Colors of #c324df

#c324df #dfc324 #24dfc3

Analogous Colors of #c324df

#c324df #df249e #6624df

Monochromatic Colors of #c324df

#c324df

Complementary Color

#c324df #40df24

#c324df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324df Color CSS Codes

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

#c324df Text Font Color

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

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


#c324df Background Color

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

This div background color is #c324df


#c324df Border Color

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

This div border color is #c324df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324df


Comments

No comments written yet.

Please login to write comment.