Color Hex Logo

#c614ac Color Hex

#C614AC
(198,20,172)
0 Favorites   0 Comments

Color spaces of #c614ac

RGB 19820172
HSL0.860.820.43
HSV309°90°78°
CMYK 0.000.900.13   0.22
XYZ30.985315.484640.3855
Yxy15.48460.35670.1783
Hunter Lab39.350571.6909-33.3042
CIE-Lab46.290975.6241-36.3002

#c614ac color RGB value is (198,20,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 10101100
Octal 306 24 254
Decimal 198 20 172
Hex C6 14 AC

RGB Percentages of Color #c614ac

%50.77
%5.13
%44.10

CMYK Percentages of Color #c614ac

%0
%90
%13
%22

Triadic Colors of #c614ac

#c614ac #acc614 #14acc6

Analogous Colors of #c614ac

#c614ac #c61453 #8714c6

Monochromatic Colors of #c614ac

#c614ac

Complementary Color

#c614ac #14c62e

#c614ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c614ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c614ac Color CSS Codes

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

#c614ac Text Font Color

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

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


#c614ac Background Color

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

This div background color is #c614ac


#c614ac Border Color

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

This div border color is #c614ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c614ac


Comments

No comments written yet.

Please login to write comment.