Color Hex Logo

#c613ac Color Hex

#C613AC
(198,19,172)
0 Favorites   0 Comments

Color spaces of #c613ac

RGB 19819172
HSL0.860.820.43
HSV309°90°78°
CMYK 0.000.900.13   0.22
XYZ30.968015.450140.3797
Yxy15.45010.35680.1780
Hunter Lab39.306671.8459-33.3940
CIE-Lab46.244675.7596-36.3732

#c613ac color RGB value is (198,19,172).

#c613ac hex color red value is 198, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c613ac hue: 0.86 , saturation: 0.82 and the lightness value of c613ac is 0.43.

The process color (four color CMYK) of #c613ac color hex is 0.00, 0.90, 0.13, 0.22. Web safe color of #c613ac is #cc0099. Color #c613ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 10101100
Octal 306 23 254
Decimal 198 19 172
Hex C6 13 AC

RGB Percentages of Color #c613ac

%50.90
%4.88
%44.22

CMYK Percentages of Color #c613ac

%0
%90
%13
%22

Triadic Colors of #c613ac

#c613ac #acc613 #13acc6

Analogous Colors of #c613ac

#c613ac #c61352 #8713c6

Monochromatic Colors of #c613ac

#c613ac

Complementary Color

#c613ac #13c62d

#c613ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613ac Color CSS Codes

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

#c613ac Text Font Color

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

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


#c613ac Background Color

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

This div background color is #c613ac


#c613ac Border Color

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

This div border color is #c613ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613ac


Comments

No comments written yet.

Please login to write comment.