Color Hex Logo

#c60b65 Color Hex

#C60B65
(198,11,101)
0 Favorites   0 Comments

Color spaces of #c60b65

RGB 19811101
HSL0.920.890.41
HSV331°94°78°
CMYK 0.000.940.49   0.22
XYZ25.757313.184713.4993
Yxy13.18470.49120.2514
Hunter Lab36.310763.07653.3752
CIE-Lab43.040269.07812.0663

#c60b65 color RGB value is (198,11,101).

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

The process color (four color CMYK) of #c60b65 color hex is 0.00, 0.94, 0.49, 0.22. Web safe color of #c60b65 is #cc0066. Color #c60b65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001011 01100101
Octal 306 13 145
Decimal 198 11 101
Hex C6 B 65

RGB Percentages of Color #c60b65

%63.87
%3.55
%32.58

CMYK Percentages of Color #c60b65

%0
%94
%49
%22

Triadic Colors of #c60b65

#c60b65 #65c60b #0b65c6

Analogous Colors of #c60b65

#c60b65 #c60f0b #c60bc3

Monochromatic Colors of #c60b65

#c60b65

Complementary Color

#c60b65 #0bc66c

#c60b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60b65 Color CSS Codes

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

#c60b65 Text Font Color

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

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


#c60b65 Background Color

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

This div background color is #c60b65


#c60b65 Border Color

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

This div border color is #c60b65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60b65


Comments

No comments written yet.

Please login to write comment.