Color Hex Logo

#c54fac Color Hex

#C54FAC
(197,79,172)
0 Favorites   0 Comments

Color spaces of #c54fac

RGB 19779172
HSL0.870.500.54
HSV313°60°77°
CMYK 0.000.600.13   0.23
XYZ33.268320.440841.2218
Yxy20.44080.35040.2153
Hunter Lab45.211552.2268-22.4099
CIE-Lab52.332057.8371-26.8697

#c54fac color RGB value is (197,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001111 10101100
Octal 305 117 254
Decimal 197 79 172
Hex C5 4F AC

RGB Percentages of Color #c54fac

%43.97
%17.63
%38.39

CMYK Percentages of Color #c54fac

%0
%60
%13
%23

Triadic Colors of #c54fac

#c54fac #acc54f #4facc5

Analogous Colors of #c54fac

#c54fac #c54f71 #a34fc5

Monochromatic Colors of #c54fac

#c54fac

Complementary Color

#c54fac #4fc568

#c54fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54fac Color CSS Codes

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

#c54fac Text Font Color

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

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


#c54fac Background Color

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

This div background color is #c54fac


#c54fac Border Color

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

This div border color is #c54fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54fac


Comments

No comments written yet.

Please login to write comment.