Color Hex Logo

#c53aad Color Hex

#C53AAD
(197,58,173)
0 Favorites   0 Comments

Color spaces of #c53aad

RGB 19758173
HSL0.860.550.50
HSV310°71°77°
CMYK 0.000.710.12   0.23
XYZ32.081817.913641.3019
Yxy17.91360.35140.1962
Hunter Lab42.324561.2346-28.2304
CIE-Lab49.391166.2732-32.0338

#c53aad color RGB value is (197,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111010 10101101
Octal 305 72 255
Decimal 197 58 173
Hex C5 3A AD

RGB Percentages of Color #c53aad

%46.03
%13.55
%40.42

CMYK Percentages of Color #c53aad

%0
%71
%12
%23

Triadic Colors of #c53aad

#c53aad #adc53a #3aadc5

Analogous Colors of #c53aad

#c53aad #c53a68 #983ac5

Monochromatic Colors of #c53aad

#c53aad

Complementary Color

#c53aad #3ac552

#c53aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53aad Color CSS Codes

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

#c53aad Text Font Color

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

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


#c53aad Background Color

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

This div background color is #c53aad


#c53aad Border Color

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

This div border color is #c53aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53aad


Comments

No comments written yet.

Please login to write comment.