Color Hex Logo

#c60173 Color Hex

#C60173
(198,1,115)
0 Favorites   0 Comments

Color spaces of #c60173

RGB 1981115
HSL0.900.990.39
HSV325°99°78°
CMYK 0.000.990.42   0.22
XYZ26.394113.265317.3890
Yxy13.26530.46270.2325
Hunter Lab36.421665.6183-2.8121
CIE-Lab43.160371.2054-6.5091

#c60173 color RGB value is (198,1,115).

#c60173 hex color red value is 198, green value is 1 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c60173 hue: 0.90 , saturation: 0.99 and the lightness value of c60173 is 0.39.

The process color (four color CMYK) of #c60173 color hex is 0.00, 0.99, 0.42, 0.22. Web safe color of #c60173 is #cc0066. Color #c60173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 01110011
Octal 306 1 163
Decimal 198 1 115
Hex C6 1 73

RGB Percentages of Color #c60173

%63.06
%0.32
%36.62

CMYK Percentages of Color #c60173

%0
%99
%42
%22

Triadic Colors of #c60173

#c60173 #73c601 #0173c6

Analogous Colors of #c60173

#c60173 #c60111 #b701c6

Monochromatic Colors of #c60173

#c60173

Complementary Color

#c60173 #01c654

#c60173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60173 Color CSS Codes

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

#c60173 Text Font Color

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

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


#c60173 Background Color

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

This div background color is #c60173


#c60173 Border Color

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

This div border color is #c60173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60173


Comments

No comments written yet.

Please login to write comment.