Color Hex Logo

#c60fac Color Hex

#C60FAC
(198,15,172)
0 Favorites   0 Comments

Color spaces of #c60fac

RGB 19815172
HSL0.860.860.42
HSV309°92°78°
CMYK 0.000.920.13   0.22
XYZ30.905915.326040.3590
Yxy15.32600.35690.1770
Hunter Lab39.148472.4078-33.7195
CIE-Lab46.077576.2497-36.6367

#c60fac color RGB value is (198,15,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001111 10101100
Octal 306 17 254
Decimal 198 15 172
Hex C6 F AC

RGB Percentages of Color #c60fac

%51.43
%3.90
%44.68

CMYK Percentages of Color #c60fac

%0
%92
%13
%22

Triadic Colors of #c60fac

#c60fac #acc60f #0facc6

Analogous Colors of #c60fac

#c60fac #c60f51 #850fc6

Monochromatic Colors of #c60fac

#c60fac

Complementary Color

#c60fac #0fc629

#c60fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60fac Color CSS Codes

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

#c60fac Text Font Color

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

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


#c60fac Background Color

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

This div background color is #c60fac


#c60fac Border Color

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

This div border color is #c60fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60fac


Comments

No comments written yet.

Please login to write comment.