Color Hex Logo

#c544ac Color Hex

#C544AC
(197,68,172)
0 Favorites   0 Comments

Color spaces of #c544ac

RGB 19768172
HSL0.870.530.52
HSV312°65°77°
CMYK 0.000.650.13   0.23
XYZ32.539518.983140.9788
Yxy18.98310.35180.2052
Hunter Lab43.569657.0641-25.2657
CIE-Lab50.667462.4197-29.4548

#c544ac color RGB value is (197,68,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000100 10101100
Octal 305 104 254
Decimal 197 68 172
Hex C5 44 AC

RGB Percentages of Color #c544ac

%45.08
%15.56
%39.36

CMYK Percentages of Color #c544ac

%0
%65
%13
%23

Triadic Colors of #c544ac

#c544ac #acc544 #44acc5

Analogous Colors of #c544ac

#c544ac #c5446c #9e44c5

Monochromatic Colors of #c544ac

#c544ac

Complementary Color

#c544ac #44c55d

#c544ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c544ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c544ac Color CSS Codes

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

#c544ac Text Font Color

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

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


#c544ac Background Color

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

This div background color is #c544ac


#c544ac Border Color

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

This div border color is #c544ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c544ac


Comments

No comments written yet.

Please login to write comment.