Color Hex Logo

#c60abc Color Hex

#C60ABC
(198,10,188)
0 Favorites   0 Comments

Color spaces of #c60abc

RGB 19810188
HSL0.840.900.41
HSV303°95°78°
CMYK 0.000.950.05   0.22
XYZ32.474315.853748.9254
Yxy15.85370.33390.1630
Hunter Lab39.816775.9044-44.9818
CIE-Lab46.782078.9337-44.9421

#c60abc color RGB value is (198,10,188).

#c60abc hex color red value is 198, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c60abc hue: 0.84 , saturation: 0.90 and the lightness value of c60abc is 0.41.

The process color (four color CMYK) of #c60abc color hex is 0.00, 0.95, 0.05, 0.22. Web safe color of #c60abc is #cc00cc. Color #c60abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001010 10111100
Octal 306 12 274
Decimal 198 10 188
Hex C6 A BC

RGB Percentages of Color #c60abc

%50.00
%2.53
%47.47

CMYK Percentages of Color #c60abc

%0
%95
%5
%22

Triadic Colors of #c60abc

#c60abc #bcc60a #0abcc6

Analogous Colors of #c60abc

#c60abc #c60a5e #720ac6

Monochromatic Colors of #c60abc

#c60abc

Complementary Color

#c60abc #0ac614

#c60abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60abc Color CSS Codes

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

#c60abc Text Font Color

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

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


#c60abc Background Color

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

This div background color is #c60abc


#c60abc Border Color

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

This div border color is #c60abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60abc


Comments

No comments written yet.

Please login to write comment.