Color Hex Logo

#c54ead Color Hex

#C54EAD
(197,78,173)
0 Favorites   0 Comments

Color spaces of #c54ead

RGB 19778173
HSL0.870.510.54
HSV312°60°77°
CMYK 0.000.600.12   0.23
XYZ33.293220.336241.7057
Yxy20.33620.34920.2133
Hunter Lab45.095752.8654-23.2660
CIE-Lab52.215258.4283-27.6350

#c54ead color RGB value is (197,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 10101101
Octal 305 116 255
Decimal 197 78 173
Hex C5 4E AD

RGB Percentages of Color #c54ead

%43.97
%17.41
%38.62

CMYK Percentages of Color #c54ead

%0
%60
%12
%23

Triadic Colors of #c54ead

#c54ead #adc54e #4eadc5

Analogous Colors of #c54ead

#c54ead #c54e72 #a24ec5

Monochromatic Colors of #c54ead

#c54ead

Complementary Color

#c54ead #4ec566

#c54ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54ead Color CSS Codes

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

#c54ead Text Font Color

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

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


#c54ead Background Color

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

This div background color is #c54ead


#c54ead Border Color

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

This div border color is #c54ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54ead


Comments

No comments written yet.

Please login to write comment.