Color Hex Logo

#c4385e Color Hex

#C4385E
(196,56,94)
0 Favorites   0 Comments

Color spaces of #c4385e

RGB 1965694
HSL0.950.560.49
HSV344°71°77°
CMYK 0.000.710.52   0.23
XYZ26.199515.372312.1760
Yxy15.37230.48750.2860
Hunter Lab39.207550.66529.0326
CIE-Lab46.140057.558310.7820

#c4385e color RGB value is (196,56,94).

#c4385e hex color red value is 196, green value is 56 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c4385e hue: 0.95 , saturation: 0.56 and the lightness value of c4385e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00111000 01011110
Octal 304 70 136
Decimal 196 56 94
Hex C4 38 5E

RGB Percentages of Color #c4385e

%56.65
%16.18
%27.17

CMYK Percentages of Color #c4385e

%0
%71
%52
%23

Triadic Colors of #c4385e

#c4385e #5ec438 #385ec4

Analogous Colors of #c4385e

#c4385e #c45838 #c438a4

Monochromatic Colors of #c4385e

#c4385e

Complementary Color

#c4385e #38c49e

#c4385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4385e Color CSS Codes

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

#c4385e Text Font Color

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

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


#c4385e Background Color

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

This div background color is #c4385e


#c4385e Border Color

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

This div border color is #c4385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4385e


Comments

No comments written yet.

Please login to write comment.