Color Hex Logo

#c40d5e Color Hex

#C40D5E
(196,13,94)
0 Favorites   0 Comments

Color spaces of #c40d5e

RGB 1961394
HSL0.930.880.41
HSV333°93°77°
CMYK 0.000.930.52   0.23
XYZ24.929312.831811.7525
Yxy12.83180.50350.2592
Hunter Lab35.821561.53615.6229
CIE-Lab42.508767.86425.6516

#c40d5e color RGB value is (196,13,94).

#c40d5e hex color red value is 196, green value is 13 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c40d5e hue: 0.93 , saturation: 0.88 and the lightness value of c40d5e is 0.41.

The process color (four color CMYK) of #c40d5e color hex is 0.00, 0.93, 0.52, 0.23. Web safe color of #c40d5e is #cc0066. Color #c40d5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001101 01011110
Octal 304 15 136
Decimal 196 13 94
Hex C4 D 5E

RGB Percentages of Color #c40d5e

%64.69
%4.29
%31.02

CMYK Percentages of Color #c40d5e

%0
%93
%52
%23

Triadic Colors of #c40d5e

#c40d5e #5ec40d #0d5ec4

Analogous Colors of #c40d5e

#c40d5e #c4180d #c40dba

Monochromatic Colors of #c40d5e

#c40d5e

Complementary Color

#c40d5e #0dc473

#c40d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40d5e Color CSS Codes

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

#c40d5e Text Font Color

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

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


#c40d5e Background Color

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

This div background color is #c40d5e


#c40d5e Border Color

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

This div border color is #c40d5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40d5e


Comments

No comments written yet.

Please login to write comment.