Color Hex Logo

#c4405e Color Hex

#C4405E
(196,64,94)
0 Favorites   0 Comments

Color spaces of #c4405e

RGB 1966494
HSL0.960.530.51
HSV346°67°77°
CMYK 0.000.670.52   0.23
XYZ26.618716.210712.3157
Yxy16.21070.48270.2940
Hunter Lab40.262547.552110.0478
CIE-Lab47.249754.501212.3283

#c4405e color RGB value is (196,64,94).

#c4405e hex color red value is 196, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c4405e hue: 0.96 , saturation: 0.53 and the lightness value of c4405e is 0.51.

The process color (four color CMYK) of #c4405e color hex is 0.00, 0.67, 0.52, 0.23. Web safe color of #c4405e is #cc3366. Color #c4405e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 01011110
Octal 304 100 136
Decimal 196 64 94
Hex C4 40 5E

RGB Percentages of Color #c4405e

%55.37
%18.08
%26.55

CMYK Percentages of Color #c4405e

%0
%67
%52
%23

Triadic Colors of #c4405e

#c4405e #5ec440 #405ec4

Analogous Colors of #c4405e

#c4405e #c46440 #c440a0

Monochromatic Colors of #c4405e

#c4405e

Complementary Color

#c4405e #40c4a6

#c4405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4405e Color CSS Codes

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

#c4405e Text Font Color

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

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


#c4405e Background Color

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

This div background color is #c4405e


#c4405e Border Color

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

This div border color is #c4405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4405e


Comments

No comments written yet.

Please login to write comment.