Color Hex Logo

#c53aea Color Hex

#C53AEA
(197,58,234)
0 Favorites   0 Comments

Color spaces of #c53aea

RGB 19758234
HSL0.800.810.57
HSV287°75°92°
CMYK 0.160.750.00   0.08
XYZ39.390320.836979.7877
Yxy20.83690.28130.1488
Hunter Lab45.647574.1490-71.6804
CIE-Lab52.770576.3562-61.7410

#c53aea color RGB value is (197,58,234).

#c53aea hex color red value is 197, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c53aea hue: 0.80 , saturation: 0.81 and the lightness value of c53aea is 0.57.

The process color (four color CMYK) of #c53aea color hex is 0.16, 0.75, 0.00, 0.08. Web safe color of #c53aea is #cc33ff. Color #c53aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 11101010
Octal 305 72 352
Decimal 197 58 234
Hex C5 3A EA

RGB Percentages of Color #c53aea

%40.29
%11.86
%47.85

CMYK Percentages of Color #c53aea

%16
%75
%0
%8

Triadic Colors of #c53aea

#c53aea #eac53a #3aeac5

Analogous Colors of #c53aea

#c53aea #ea3ab7 #6d3aea

Monochromatic Colors of #c53aea

#c53aea

Complementary Color

#c53aea #5fea3a

#c53aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53aea Color CSS Codes

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

#c53aea Text Font Color

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

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


#c53aea Background Color

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

This div background color is #c53aea


#c53aea Border Color

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

This div border color is #c53aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53aea


Comments

No comments written yet.

Please login to write comment.