Color Hex Logo

#c453ac Color Hex

#C453AC
(196,83,172)
0 Favorites   0 Comments

Color spaces of #c453ac

RGB 19683172
HSL0.870.490.55
HSV313°58°77°
CMYK 0.000.580.12   0.23
XYZ33.304620.900841.3086
Yxy20.90080.34870.2188
Hunter Lab45.717450.0298-21.5701
CIE-Lab52.840855.7722-26.0940

#c453ac color RGB value is (196,83,172).

#c453ac hex color red value is 196, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c453ac hue: 0.87 , saturation: 0.49 and the lightness value of c453ac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 10101100
Octal 304 123 254
Decimal 196 83 172
Hex C4 53 AC

RGB Percentages of Color #c453ac

%43.46
%18.40
%38.14

CMYK Percentages of Color #c453ac

%0
%58
%12
%23

Triadic Colors of #c453ac

#c453ac #acc453 #53acc4

Analogous Colors of #c453ac

#c453ac #c45374 #a453c4

Monochromatic Colors of #c453ac

#c453ac

Complementary Color

#c453ac #53c46b

#c453ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c453ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c453ac Color CSS Codes

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

#c453ac Text Font Color

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

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


#c453ac Background Color

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

This div background color is #c453ac


#c453ac Border Color

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

This div border color is #c453ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c453ac


Comments

No comments written yet.

Please login to write comment.