Color Hex Logo

#c400ac Color Hex

#C400AC
(196,0,172)
0 Favorites   0 Comments

Color spaces of #c400ac

RGB 1960172
HSL0.851.000.38
HSV307°100°77°
CMYK 0.001.000.12   0.23
XYZ30.211314.714340.2776
Yxy14.71430.35460.1727
Hunter Lab38.359273.4560-35.4037
CIE-Lab45.240477.2627-37.9834

#c400ac color RGB value is (196,0,172).

#c400ac hex color red value is 196, green value is 0 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c400ac hue: 0.85 , saturation: 1.00 and the lightness value of c400ac is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 10101100
Octal 304 0 254
Decimal 196 0 172
Hex C4 0 AC

RGB Percentages of Color #c400ac

%53.26
%0.00
%46.74

CMYK Percentages of Color #c400ac

%0
%100
%12
%23

Triadic Colors of #c400ac

#c400ac #acc400 #00acc4

Analogous Colors of #c400ac

#c400ac #c4004a #7a00c4

Monochromatic Colors of #c400ac

#c400ac

Complementary Color

#c400ac #00c418

#c400ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c400ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c400ac Color CSS Codes

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

#c400ac Text Font Color

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

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


#c400ac Background Color

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

This div background color is #c400ac


#c400ac Border Color

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

This div border color is #c400ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c400ac


Comments

No comments written yet.

Please login to write comment.