Color Hex Logo

#c60860 Color Hex

#C60860
(198,8,96)
0 Favorites   0 Comments

Color spaces of #c60860

RGB 198896
HSL0.920.920.40
HSV332°96°78°
CMYK 0.000.960.52   0.22
XYZ25.486913.024012.2369
Yxy13.02400.50220.2566
Hunter Lab36.088862.90635.1582
CIE-Lab42.799468.98004.8620

#c60860 color RGB value is (198,8,96).

#c60860 hex color red value is 198, green value is 8 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c60860 hue: 0.92 , saturation: 0.92 and the lightness value of c60860 is 0.40.

The process color (four color CMYK) of #c60860 color hex is 0.00, 0.96, 0.52, 0.22. Web safe color of #c60860 is #cc0066. Color #c60860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001000 01100000
Octal 306 10 140
Decimal 198 8 96
Hex C6 8 60

RGB Percentages of Color #c60860

%65.56
%2.65
%31.79

CMYK Percentages of Color #c60860

%0
%96
%52
%22

Triadic Colors of #c60860

#c60860 #60c608 #0860c6

Analogous Colors of #c60860

#c60860 #c60f08 #c608bf

Monochromatic Colors of #c60860

#c60860

Complementary Color

#c60860 #08c66e

#c60860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60860 Color CSS Codes

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

#c60860 Text Font Color

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

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


#c60860 Background Color

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

This div background color is #c60860


#c60860 Border Color

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

This div border color is #c60860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60860


Comments

No comments written yet.

Please login to write comment.