Color Hex Logo

#c800ac Color Hex

#C800AC
(200,0,172)
0 Favorites   0 Comments

Color spaces of #c800ac

RGB 2000172
HSL0.861.000.39
HSV308°100°78°
CMYK 0.001.000.14   0.22
XYZ31.265815.257940.3269
Yxy15.25790.36000.1757
Hunter Lab39.061474.5190-33.8680
CIE-Lab45.985477.9761-36.7574

#c800ac color RGB value is (200,0,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 10101100
Octal 310 0 254
Decimal 200 0 172
Hex C8 0 AC

RGB Percentages of Color #c800ac

%53.76
%0.00
%46.24

CMYK Percentages of Color #c800ac

%0
%100
%14
%22

Triadic Colors of #c800ac

#c800ac #acc800 #00acc8

Analogous Colors of #c800ac

#c800ac #c80048 #8000c8

Monochromatic Colors of #c800ac

#c800ac

Complementary Color

#c800ac #00c81c

#c800ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c800ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c800ac Color CSS Codes

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

#c800ac Text Font Color

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

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


#c800ac Background Color

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

This div background color is #c800ac


#c800ac Border Color

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

This div border color is #c800ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c800ac


Comments

No comments written yet.

Please login to write comment.