Color Hex Logo

#c819ac Color Hex

#C819AC
(200,25,172)
0 Favorites   0 Comments

Color spaces of #c819ac

RGB 20025172
HSL0.860.780.44
HSV310°88°78°
CMYK 0.000.880.14   0.22
XYZ31.613415.953240.4428
Yxy15.95320.35920.1813
Hunter Lab39.941571.3840-32.0752
CIE-Lab46.913075.2522-35.2955

#c819ac color RGB value is (200,25,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011001 10101100
Octal 310 31 254
Decimal 200 25 172
Hex C8 19 AC

RGB Percentages of Color #c819ac

%50.38
%6.30
%43.32

CMYK Percentages of Color #c819ac

%0
%88
%14
%22

Triadic Colors of #c819ac

#c819ac #acc819 #19acc8

Analogous Colors of #c819ac

#c819ac #c81954 #8d19c8

Monochromatic Colors of #c819ac

#c819ac

Complementary Color

#c819ac #19c835

#c819ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c819ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c819ac Color CSS Codes

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

#c819ac Text Font Color

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

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


#c819ac Background Color

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

This div background color is #c819ac


#c819ac Border Color

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

This div border color is #c819ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c819ac


Comments

No comments written yet.

Please login to write comment.