Color Hex Logo

#c310ac Color Hex

#C310AC
(195,16,172)
0 Favorites   0 Comments

Color spaces of #c310ac

RGB 19516172
HSL0.850.850.41
HSV308°92°76°
CMYK 0.000.920.12   0.24
XYZ30.137414.951240.3272
Yxy14.95120.35280.1750
Hunter Lab38.666871.4584-34.7693
CIE-Lab45.567375.5752-37.4787

#c310ac color RGB value is (195,16,172).

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

The process color (four color CMYK) of #c310ac color hex is 0.00, 0.92, 0.12, 0.24. Web safe color of #c310ac is #cc0099. Color #c310ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010000 10101100
Octal 303 20 254
Decimal 195 16 172
Hex C3 10 AC

RGB Percentages of Color #c310ac

%50.91
%4.18
%44.91

CMYK Percentages of Color #c310ac

%0
%92
%12
%24

Triadic Colors of #c310ac

#c310ac #acc310 #10acc3

Analogous Colors of #c310ac

#c310ac #c31052 #8110c3

Monochromatic Colors of #c310ac

#c310ac

Complementary Color

#c310ac #10c327

#c310ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c310ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c310ac Color CSS Codes

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

#c310ac Text Font Color

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

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


#c310ac Background Color

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

This div background color is #c310ac


#c310ac Border Color

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

This div border color is #c310ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c310ac


Comments

No comments written yet.

Please login to write comment.