Color Hex Logo

#c53afa Color Hex

#C53AFA
(197,58,250)
0 Favorites   0 Comments

Color spaces of #c53afa

RGB 19758250
HSL0.790.950.60
HSV283°77°98°
CMYK 0.210.770.00   0.02
XYZ41.794321.798692.4472
Yxy21.79860.26780.1397
Hunter Lab46.689078.0811-84.7158
CIE-Lab53.812779.2986-69.0164

#c53afa color RGB value is (197,58,250).

#c53afa hex color red value is 197, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c53afa hue: 0.79 , saturation: 0.95 and the lightness value of c53afa is 0.60.

The process color (four color CMYK) of #c53afa color hex is 0.21, 0.77, 0.00, 0.02. Web safe color of #c53afa is #cc33ff. Color #c53afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 11111010
Octal 305 72 372
Decimal 197 58 250
Hex C5 3A FA

RGB Percentages of Color #c53afa

%39.01
%11.49
%49.50

CMYK Percentages of Color #c53afa

%21
%77
%0
%2

Triadic Colors of #c53afa

#c53afa #fac53a #3afac5

Analogous Colors of #c53afa

#c53afa #fa3acf #653afa

Monochromatic Colors of #c53afa

#c53afa

Complementary Color

#c53afa #6ffa3a

#c53afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53afa Color CSS Codes

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

#c53afa Text Font Color

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

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


#c53afa Background Color

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

This div background color is #c53afa


#c53afa Border Color

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

This div border color is #c53afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c53afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c53afa;
  -webkit-box-shadow: 1px 1px 3px 2px #c53afa;
  box-shadow:         1px 1px 3px 2px #c53afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,58,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53afa


Comments

No comments written yet.

Please login to write comment.