Color Hex Logo

#c54eaa Color Hex

#C54EAA
(197,78,170)
0 Favorites   0 Comments

Color spaces of #c54eaa

RGB 19778170
HSL0.870.510.54
HSV314°60°77°
CMYK 0.000.600.14   0.23
XYZ33.006020.221440.1937
Yxy20.22140.35330.2165
Hunter Lab44.968252.3220-21.5171
CIE-Lab52.086657.9662-26.0798

#c54eaa color RGB value is (197,78,170).

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

The process color (four color CMYK) of #c54eaa color hex is 0.00, 0.60, 0.14, 0.23. Web safe color of #c54eaa is #cc6699. Color #c54eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 10101010
Octal 305 116 252
Decimal 197 78 170
Hex C5 4E AA

RGB Percentages of Color #c54eaa

%44.27
%17.53
%38.20

CMYK Percentages of Color #c54eaa

%0
%60
%14
%23

Triadic Colors of #c54eaa

#c54eaa #aac54e #4eaac5

Analogous Colors of #c54eaa

#c54eaa #c54e6f #a54ec5

Monochromatic Colors of #c54eaa

#c54eaa

Complementary Color

#c54eaa #4ec569

#c54eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54eaa Color CSS Codes

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

#c54eaa Text Font Color

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

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


#c54eaa Background Color

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

This div background color is #c54eaa


#c54eaa Border Color

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

This div border color is #c54eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54eaa


Comments

No comments written yet.

Please login to write comment.