Color Hex Logo

#c353ca Color Hex

#C353CA
(195,83,202)
0 Favorites   0 Comments

Color spaces of #c353ca

RGB 19583202
HSL0.820.530.56
HSV296°59°79°
CMYK 0.030.590.00   0.21
XYZ36.259622.052958.2227
Yxy22.05290.31110.1892
Hunter Lab46.960555.6442-40.6367
CIE-Lab54.083160.5487-41.5003

#c353ca color RGB value is (195,83,202).

#c353ca hex color red value is 195, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c353ca hue: 0.82 , saturation: 0.53 and the lightness value of c353ca is 0.56.

The process color (four color CMYK) of #c353ca color hex is 0.03, 0.59, 0.00, 0.21. Web safe color of #c353ca is #cc66cc. Color #c353ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 11001010
Octal 303 123 312
Decimal 195 83 202
Hex C3 53 CA

RGB Percentages of Color #c353ca

%40.63
%17.29
%42.08

CMYK Percentages of Color #c353ca

%3
%59
%0
%21

Triadic Colors of #c353ca

#c353ca #cac353 #53cac3

Analogous Colors of #c353ca

#c353ca #ca5396 #8853ca

Monochromatic Colors of #c353ca

#c353ca

Complementary Color

#c353ca #5aca53

#c353ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353ca Color CSS Codes

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

#c353ca Text Font Color

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

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


#c353ca Background Color

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

This div background color is #c353ca


#c353ca Border Color

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

This div border color is #c353ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,83,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 #c353ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353ca


Comments

No comments written yet.

Please login to write comment.