Color Hex Logo

#c54aac Color Hex

#C54AAC
(197,74,172)
0 Favorites   0 Comments

Color spaces of #c54aac

RGB 19774172
HSL0.870.510.53
HSV312°62°77°
CMYK 0.000.620.13   0.23
XYZ32.921119.746441.1060
Yxy19.74640.35110.2106
Hunter Lab44.436954.4771-23.7399
CIE-Lab51.549359.9807-28.0836

#c54aac color RGB value is (197,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001010 10101100
Octal 305 112 254
Decimal 197 74 172
Hex C5 4A AC

RGB Percentages of Color #c54aac

%44.47
%16.70
%38.83

CMYK Percentages of Color #c54aac

%0
%62
%13
%23

Triadic Colors of #c54aac

#c54aac #acc54a #4aacc5

Analogous Colors of #c54aac

#c54aac #c54a6f #a14ac5

Monochromatic Colors of #c54aac

#c54aac

Complementary Color

#c54aac #4ac563

#c54aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54aac Color CSS Codes

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

#c54aac Text Font Color

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

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


#c54aac Background Color

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

This div background color is #c54aac


#c54aac Border Color

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

This div border color is #c54aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54aac


Comments

No comments written yet.

Please login to write comment.