Color Hex Logo

#c60172 Color Hex

#C60172
(198,1,114)
0 Favorites   0 Comments

Color spaces of #c60172

RGB 1981114
HSL0.900.990.39
HSV326°99°78°
CMYK 0.000.990.42   0.22
XYZ26.336813.242417.0875
Yxy13.24240.46480.2337
Hunter Lab36.390165.5040-2.3674
CIE-Lab43.126271.1160-5.9370

#c60172 color RGB value is (198,1,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 01110010
Octal 306 1 162
Decimal 198 1 114
Hex C6 1 72

RGB Percentages of Color #c60172

%63.26
%0.32
%36.42

CMYK Percentages of Color #c60172

%0
%99
%42
%22

Triadic Colors of #c60172

#c60172 #72c601 #0172c6

Analogous Colors of #c60172

#c60172 #c60110 #b801c6

Monochromatic Colors of #c60172

#c60172

Complementary Color

#c60172 #01c655

#c60172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60172 Color CSS Codes

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

#c60172 Text Font Color

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

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


#c60172 Background Color

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

This div background color is #c60172


#c60172 Border Color

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

This div border color is #c60172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60172


Comments

No comments written yet.

Please login to write comment.