Color Hex Logo

#c60079 Color Hex

#C60079
(198,0,121)
0 Favorites   0 Comments

Color spaces of #c60079

RGB 1980121
HSL0.901.000.39
HSV323°100°78°
CMYK 0.001.000.39   0.22
XYZ26.739913.386219.2636
Yxy13.38620.45020.2254
Hunter Lab36.587266.4301-5.6059
CIE-Lab43.339571.8514-9.9671

#c60079 color RGB value is (198,0,121).

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

The process color (four color CMYK) of #c60079 color hex is 0.00, 1.00, 0.39, 0.22. Web safe color of #c60079 is #cc0066. Color #c60079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000000 01111001
Octal 306 0 171
Decimal 198 0 121
Hex C6 0 79

RGB Percentages of Color #c60079

%62.07
%0.00
%37.93

CMYK Percentages of Color #c60079

%0
%100
%39
%22

Triadic Colors of #c60079

#c60079 #79c600 #0079c6

Analogous Colors of #c60079

#c60079 #c60016 #b000c6

Monochromatic Colors of #c60079

#c60079

Complementary Color

#c60079 #00c64d

#c60079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60079 Color CSS Codes

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

#c60079 Text Font Color

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

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


#c60079 Background Color

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

This div background color is #c60079


#c60079 Border Color

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

This div border color is #c60079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60079


Comments

No comments written yet.

Please login to write comment.