Color Hex Logo

#c710ac Color Hex

#C710AC
(199,16,172)
0 Favorites   0 Comments

Color spaces of #c710ac

RGB 19916172
HSL0.860.850.42
HSV309°92°78°
CMYK 0.000.920.14   0.22
XYZ31.184915.491340.3762
Yxy15.49130.35820.1780
Hunter Lab39.359072.5508-33.2710
CIE-Lab46.299976.3227-36.2737

#c710ac color RGB value is (199,16,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 10101100
Octal 307 20 254
Decimal 199 16 172
Hex C7 10 AC

RGB Percentages of Color #c710ac

%51.42
%4.13
%44.44

CMYK Percentages of Color #c710ac

%0
%92
%14
%22

Triadic Colors of #c710ac

#c710ac #acc710 #10acc7

Analogous Colors of #c710ac

#c710ac #c71050 #8710c7

Monochromatic Colors of #c710ac

#c710ac

Complementary Color

#c710ac #10c72b

#c710ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c710ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c710ac Color CSS Codes

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

#c710ac Text Font Color

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

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


#c710ac Background Color

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

This div background color is #c710ac


#c710ac Border Color

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

This div border color is #c710ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c710ac


Comments

No comments written yet.

Please login to write comment.