Color Hex Logo

#c41860 Color Hex

#C41860
(196,24,96)
0 Favorites   0 Comments

Color spaces of #c41860

RGB 1962496
HSL0.930.780.43
HSV335°88°77°
CMYK 0.000.880.51   0.23
XYZ25.202913.233612.2923
Yxy13.23360.49680.2609
Hunter Lab36.378060.00435.4302
CIE-Lab43.113166.42565.2575

#c41860 color RGB value is (196,24,96).

#c41860 hex color red value is 196, green value is 24 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c41860 hue: 0.93 , saturation: 0.78 and the lightness value of c41860 is 0.43.

The process color (four color CMYK) of #c41860 color hex is 0.00, 0.88, 0.51, 0.23. Web safe color of #c41860 is #cc0066. Color #c41860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011000 01100000
Octal 304 30 140
Decimal 196 24 96
Hex C4 18 60

RGB Percentages of Color #c41860

%62.03
%7.59
%30.38

CMYK Percentages of Color #c41860

%0
%88
%51
%23

Triadic Colors of #c41860

#c41860 #60c418 #1860c4

Analogous Colors of #c41860

#c41860 #c42618 #c418b6

Monochromatic Colors of #c41860

#c41860

Complementary Color

#c41860 #18c47c

#c41860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41860 Color CSS Codes

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

#c41860 Text Font Color

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

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


#c41860 Background Color

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

This div background color is #c41860


#c41860 Border Color

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

This div border color is #c41860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,24,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c41860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c41860;
  -webkit-box-shadow: 1px 1px 3px 2px #c41860;
  box-shadow:         1px 1px 3px 2px #c41860; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,24,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41860


Comments

No comments written yet.

Please login to write comment.