Color Hex Logo

#c324ca Color Hex

#C324CA
(195,36,202)
0 Favorites   0 Comments

Color spaces of #c324ca

RGB 19536202
HSL0.830.700.47
HSV297°82°79°
CMYK 0.030.820.00   0.21
XYZ33.797217.128157.4019
Yxy17.12810.31200.1581
Hunter Lab41.386173.3430-53.2640
CIE-Lab48.421076.5521-50.4960

#c324ca color RGB value is (195,36,202).

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

The process color (four color CMYK) of #c324ca color hex is 0.03, 0.82, 0.00, 0.21. Web safe color of #c324ca is #cc33cc. Color #c324ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 11001010
Octal 303 44 312
Decimal 195 36 202
Hex C3 24 CA

RGB Percentages of Color #c324ca

%45.03
%8.31
%46.65

CMYK Percentages of Color #c324ca

%3
%82
%0
%21

Triadic Colors of #c324ca

#c324ca #cac324 #24cac3

Analogous Colors of #c324ca

#c324ca #ca247e #7024ca

Monochromatic Colors of #c324ca

#c324ca

Complementary Color

#c324ca #2bca24

#c324ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c324ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c324ca Color CSS Codes

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

#c324ca Text Font Color

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

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


#c324ca Background Color

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

This div background color is #c324ca


#c324ca Border Color

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

This div border color is #c324ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c324ca


Comments

No comments written yet.

Please login to write comment.