Color Hex Logo

#c54aad Color Hex

#C54AAD
(197,74,173)
0 Favorites   0 Comments

Color spaces of #c54aad

RGB 19774173
HSL0.870.510.53
HSV312°62°77°
CMYK 0.000.620.12   0.23
XYZ33.017619.785041.6138
Yxy19.78500.34970.2096
Hunter Lab44.480354.6594-24.3328
CIE-Lab51.593360.1339-28.6006

#c54aad color RGB value is (197,74,173).

#c54aad hex color red value is 197, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c54aad hue: 0.87 , saturation: 0.51 and the lightness value of c54aad is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001010 10101101
Octal 305 112 255
Decimal 197 74 173
Hex C5 4A AD

RGB Percentages of Color #c54aad

%44.37
%16.67
%38.96

CMYK Percentages of Color #c54aad

%0
%62
%12
%23

Triadic Colors of #c54aad

#c54aad #adc54a #4aadc5

Analogous Colors of #c54aad

#c54aad #c54a70 #a04ac5

Monochromatic Colors of #c54aad

#c54aad

Complementary Color

#c54aad #4ac562

#c54aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54aad Color CSS Codes

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

#c54aad Text Font Color

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

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


#c54aad Background Color

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

This div background color is #c54aad


#c54aad Border Color

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

This div border color is #c54aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54aad


Comments

No comments written yet.

Please login to write comment.