Color Hex Logo

#c60164 Color Hex

#C60164
(198,1,100)
0 Favorites   0 Comments

Color spaces of #c60164

RGB 1981100
HSL0.920.990.39
HSV330°99°78°
CMYK 0.000.990.49   0.22
XYZ25.599812.947613.2065
Yxy12.94760.49460.2502
Hunter Lab35.982864.02333.4272
CIE-Lab42.684269.95192.1787

#c60164 color RGB value is (198,1,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 01100100
Octal 306 1 144
Decimal 198 1 100
Hex C6 1 64

RGB Percentages of Color #c60164

%66.22
%0.33
%33.44

CMYK Percentages of Color #c60164

%0
%99
%49
%22

Triadic Colors of #c60164

#c60164 #64c601 #0164c6

Analogous Colors of #c60164

#c60164 #c60102 #c601c6

Monochromatic Colors of #c60164

#c60164

Complementary Color

#c60164 #01c663

#c60164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60164 Color CSS Codes

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

#c60164 Text Font Color

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

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


#c60164 Background Color

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

This div background color is #c60164


#c60164 Border Color

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

This div border color is #c60164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60164


Comments

No comments written yet.

Please login to write comment.