Color Hex Logo

#c413ac Color Hex

#C413AC
(196,19,172)
0 Favorites   0 Comments

Color spaces of #c413ac

RGB 19619172
HSL0.860.820.42
HSV308°90°77°
CMYK 0.000.900.12   0.23
XYZ30.444215.180140.3552
Yxy15.18010.35410.1766
Hunter Lab38.961671.2950-34.1375
CIE-Lab45.879975.3808-36.9729

#c413ac color RGB value is (196,19,172).

#c413ac hex color red value is 196, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c413ac hue: 0.86 , saturation: 0.82 and the lightness value of c413ac is 0.42.

The process color (four color CMYK) of #c413ac color hex is 0.00, 0.90, 0.12, 0.23. Web safe color of #c413ac is #cc0099. Color #c413ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 10101100
Octal 304 23 254
Decimal 196 19 172
Hex C4 13 AC

RGB Percentages of Color #c413ac

%50.65
%4.91
%44.44

CMYK Percentages of Color #c413ac

%0
%90
%12
%23

Triadic Colors of #c413ac

#c413ac #acc413 #13acc4

Analogous Colors of #c413ac

#c413ac #c41354 #8413c4

Monochromatic Colors of #c413ac

#c413ac

Complementary Color

#c413ac #13c42b

#c413ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c413ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c413ac Color CSS Codes

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

#c413ac Text Font Color

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

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


#c413ac Background Color

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

This div background color is #c413ac


#c413ac Border Color

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

This div border color is #c413ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c413ac


Comments

No comments written yet.

Please login to write comment.