Color Hex Logo

#c801ac Color Hex

#C801AC
(200,1,172)
0 Favorites   0 Comments

Color spaces of #c801ac

RGB 2001172
HSL0.860.990.39
HSV308°100°78°
CMYK 0.001.000.14   0.22
XYZ31.276715.279640.3305
Yxy15.27960.36000.1759
Hunter Lab39.089174.4187-33.8105
CIE-Lab46.014877.8896-36.7110

#c801ac color RGB value is (200,1,172).

#c801ac hex color red value is 200, green value is 1 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c801ac hue: 0.86 , saturation: 0.99 and the lightness value of c801ac is 0.39.

The process color (four color CMYK) of #c801ac color hex is 0.00, 1.00, 0.14, 0.22. Web safe color of #c801ac is #cc0099. Color #c801ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000001 10101100
Octal 310 1 254
Decimal 200 1 172
Hex C8 1 AC

RGB Percentages of Color #c801ac

%53.62
%0.27
%46.11

CMYK Percentages of Color #c801ac

%0
%100
%14
%22

Triadic Colors of #c801ac

#c801ac #acc801 #01acc8

Analogous Colors of #c801ac

#c801ac #c80149 #8101c8

Monochromatic Colors of #c801ac

#c801ac

Complementary Color

#c801ac #01c81d

#c801ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c801ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c801ac Color CSS Codes

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

#c801ac Text Font Color

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

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


#c801ac Background Color

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

This div background color is #c801ac


#c801ac Border Color

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

This div border color is #c801ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c801ac


Comments

No comments written yet.

Please login to write comment.