Color Hex Logo

#c41951 Color Hex

#C41951
(196,25,81)
0 Favorites   0 Comments

Color spaces of #c41951

RGB 1962581
HSL0.950.770.43
HSV340°87°77°
CMYK 0.000.870.59   0.23
XYZ24.597813.02519.0022
Yxy13.02510.52760.2794
Hunter Lab36.090358.500910.4742
CIE-Lab42.801065.179214.2527

#c41951 color RGB value is (196,25,81).

#c41951 hex color red value is 196, green value is 25 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c41951 hue: 0.95 , saturation: 0.77 and the lightness value of c41951 is 0.43.

The process color (four color CMYK) of #c41951 color hex is 0.00, 0.87, 0.59, 0.23. Web safe color of #c41951 is #cc0066. Color #c41951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 01010001
Octal 304 31 121
Decimal 196 25 81
Hex C4 19 51

RGB Percentages of Color #c41951

%64.90
%8.28
%26.82

CMYK Percentages of Color #c41951

%0
%87
%59
%23

Triadic Colors of #c41951

#c41951 #51c419 #1951c4

Analogous Colors of #c41951

#c41951 #c43719 #c419a7

Monochromatic Colors of #c41951

#c41951

Complementary Color

#c41951 #19c48c

#c41951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41951 Color CSS Codes

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

#c41951 Text Font Color

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

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


#c41951 Background Color

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

This div background color is #c41951


#c41951 Border Color

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

This div border color is #c41951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41951


Comments

No comments written yet.

Please login to write comment.