Color Hex Logo

#c60faa Color Hex

#C60FAA
(198,15,170)
0 Favorites   0 Comments

Color spaces of #c60faa

RGB 19815170
HSL0.860.860.42
HSV309°92°78°
CMYK 0.000.920.14   0.22
XYZ30.715215.249739.3548
Yxy15.24970.36000.1787
Hunter Lab39.050972.0590-32.4159
CIE-Lab45.974375.9859-35.6131

#c60faa color RGB value is (198,15,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001111 10101010
Octal 306 17 252
Decimal 198 15 170
Hex C6 F AA

RGB Percentages of Color #c60faa

%51.70
%3.92
%44.39

CMYK Percentages of Color #c60faa

%0
%92
%14
%22

Triadic Colors of #c60faa

#c60faa #aac60f #0faac6

Analogous Colors of #c60faa

#c60faa #c60f4e #870fc6

Monochromatic Colors of #c60faa

#c60faa

Complementary Color

#c60faa #0fc62b

#c60faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60faa Color CSS Codes

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

#c60faa Text Font Color

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

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


#c60faa Background Color

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

This div background color is #c60faa


#c60faa Border Color

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

This div border color is #c60faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,15,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c60faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60faa


Comments

No comments written yet.

Please login to write comment.