Color Hex Logo

#c60b97 Color Hex

#C60B97
(198,11,151)
0 Favorites   0 Comments

Color spaces of #c60b97

RGB 19811151
HSL0.880.890.41
HSV315°94°78°
CMYK 0.000.940.24   0.22
XYZ28.994314.479530.5448
Yxy14.47950.39170.1956
Hunter Lab38.051969.4201-20.9565
CIE-Lab44.912974.0294-25.9027

#c60b97 color RGB value is (198,11,151).

#c60b97 hex color red value is 198, green value is 11 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c60b97 hue: 0.88 , saturation: 0.89 and the lightness value of c60b97 is 0.41.

The process color (four color CMYK) of #c60b97 color hex is 0.00, 0.94, 0.24, 0.22. Web safe color of #c60b97 is #cc0099. Color #c60b97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 10010111
Octal 306 13 227
Decimal 198 11 151
Hex C6 B 97

RGB Percentages of Color #c60b97

%55.00
%3.06
%41.94

CMYK Percentages of Color #c60b97

%0
%94
%24
%22

Triadic Colors of #c60b97

#c60b97 #97c60b #0b97c6

Analogous Colors of #c60b97

#c60b97 #c60b39 #980bc6

Monochromatic Colors of #c60b97

#c60b97

Complementary Color

#c60b97 #0bc63a

#c60b97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60b97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60b97 Color CSS Codes

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

#c60b97 Text Font Color

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

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


#c60b97 Background Color

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

This div background color is #c60b97


#c60b97 Border Color

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

This div border color is #c60b97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60b97


Comments

No comments written yet.

Please login to write comment.