Color Hex Logo

#c60361 Color Hex

#C60361
(198,3,97)
0 Favorites   0 Comments

Color spaces of #c60361

RGB 198397
HSL0.920.970.39
HSV331°98°78°
CMYK 0.000.980.51   0.22
XYZ25.478912.934012.4629
Yxy12.93400.50080.2542
Hunter Lab35.963963.52304.6284
CIE-Lab42.663669.53144.0374

#c60361 color RGB value is (198,3,97).

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

The process color (four color CMYK) of #c60361 color hex is 0.00, 0.98, 0.51, 0.22. Web safe color of #c60361 is #cc0066. Color #c60361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 01100001
Octal 306 3 141
Decimal 198 3 97
Hex C6 3 61

RGB Percentages of Color #c60361

%66.44
%1.01
%32.55

CMYK Percentages of Color #c60361

%0
%98
%51
%22

Triadic Colors of #c60361

#c60361 #61c603 #0361c6

Analogous Colors of #c60361

#c60361 #c60603 #c603c3

Monochromatic Colors of #c60361

#c60361

Complementary Color

#c60361 #03c668

#c60361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c60361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c60361 Color CSS Codes

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

#c60361 Text Font Color

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

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


#c60361 Background Color

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

This div background color is #c60361


#c60361 Border Color

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

This div border color is #c60361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c60361


Comments

No comments written yet.

Please login to write comment.