Color Hex Logo

#c40148 Color Hex

#C40148
(196,1,72)
0 Favorites   0 Comments

Color spaces of #c40148

RGB 196172
HSL0.940.990.39
HSV338°99°77°
CMYK 0.000.990.63   0.23
XYZ23.945512.22547.2286
Yxy12.22540.55170.2817
Hunter Lab34.964861.056412.2178
CIE-Lab41.572167.634318.2791

#c40148 color RGB value is (196,1,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 01001000
Octal 304 1 110
Decimal 196 1 72
Hex C4 1 48

RGB Percentages of Color #c40148

%72.86
%0.37
%26.77

CMYK Percentages of Color #c40148

%0
%99
%63
%23

Triadic Colors of #c40148

#c40148 #48c401 #0148c4

Analogous Colors of #c40148

#c40148 #c41b01 #c401aa

Monochromatic Colors of #c40148

#c40148

Complementary Color

#c40148 #01c47d

#c40148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40148 Color CSS Codes

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

#c40148 Text Font Color

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

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


#c40148 Background Color

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

This div background color is #c40148


#c40148 Border Color

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

This div border color is #c40148


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,1,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 #c40148">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40148


Comments

No comments written yet.

Please login to write comment.