Color Hex Logo

#c40948 Color Hex

#C40948
(196,9,72)
0 Favorites   0 Comments

Color spaces of #c40948

RGB 196972
HSL0.940.910.40
HSV340°95°77°
CMYK 0.000.950.63   0.23
XYZ24.032312.39907.2575
Yxy12.39900.55010.2838
Hunter Lab35.212260.204712.4284
CIE-Lab41.843466.846418.6390

#c40948 color RGB value is (196,9,72).

#c40948 hex color red value is 196, green value is 9 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c40948 hue: 0.94 , saturation: 0.91 and the lightness value of c40948 is 0.40.

The process color (four color CMYK) of #c40948 color hex is 0.00, 0.95, 0.63, 0.23. Web safe color of #c40948 is #cc0033. Color #c40948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 01001000
Octal 304 11 110
Decimal 196 9 72
Hex C4 9 48

RGB Percentages of Color #c40948

%70.76
%3.25
%25.99

CMYK Percentages of Color #c40948

%0
%95
%63
%23

Triadic Colors of #c40948

#c40948 #48c409 #0948c4

Analogous Colors of #c40948

#c40948 #c42809 #c409a6

Monochromatic Colors of #c40948

#c40948

Complementary Color

#c40948 #09c485

#c40948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40948 Color CSS Codes

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

#c40948 Text Font Color

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

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


#c40948 Background Color

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

This div background color is #c40948


#c40948 Border Color

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

This div border color is #c40948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40948


Comments

No comments written yet.

Please login to write comment.