Color Hex Logo

#c53aac Color Hex

#C53AAC
(197,58,172)
0 Favorites   0 Comments

Color spaces of #c53aac

RGB 19758172
HSL0.860.550.50
HSV311°71°77°
CMYK 0.000.710.13   0.23
XYZ31.985417.875040.7941
Yxy17.87500.35280.1972
Hunter Lab42.278861.0535-27.6127
CIE-Lab49.344166.1268-31.5190

#c53aac color RGB value is (197,58,172).

#c53aac hex color red value is 197, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c53aac hue: 0.86 , saturation: 0.55 and the lightness value of c53aac is 0.50.

The process color (four color CMYK) of #c53aac color hex is 0.00, 0.71, 0.13, 0.23. Web safe color of #c53aac is #cc3399. Color #c53aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 10101100
Octal 305 72 254
Decimal 197 58 172
Hex C5 3A AC

RGB Percentages of Color #c53aac

%46.14
%13.58
%40.28

CMYK Percentages of Color #c53aac

%0
%71
%13
%23

Triadic Colors of #c53aac

#c53aac #acc53a #3aacc5

Analogous Colors of #c53aac

#c53aac #c53a67 #993ac5

Monochromatic Colors of #c53aac

#c53aac

Complementary Color

#c53aac #3ac553

#c53aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53aac Color CSS Codes

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

#c53aac Text Font Color

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

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


#c53aac Background Color

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

This div background color is #c53aac


#c53aac Border Color

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

This div border color is #c53aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53aac


Comments

No comments written yet.

Please login to write comment.