Color Hex Logo

#c4718e Color Hex

#C4718E
(196,113,142)
0 Favorites   0 Comments

Color spaces of #c4718e

RGB 196113142
HSL0.940.410.61
HSV339°42°77°
CMYK 0.000.420.28   0.23
XYZ33.552625.499028.7446
Yxy25.49900.38220.2904
Hunter Lab50.496530.23601.5974
CIE-Lab57.558436.3102-1.4758

#c4718e color RGB value is (196,113,142).

#c4718e hex color red value is 196, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c4718e hue: 0.94 , saturation: 0.41 and the lightness value of c4718e is 0.61.

The process color (four color CMYK) of #c4718e color hex is 0.00, 0.42, 0.28, 0.23. Web safe color of #c4718e is #cc6699. Color #c4718e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110001 10001110
Octal 304 161 216
Decimal 196 113 142
Hex C4 71 8E

RGB Percentages of Color #c4718e

%43.46
%25.06
%31.49

CMYK Percentages of Color #c4718e

%0
%42
%28
%23

Triadic Colors of #c4718e

#c4718e #8ec471 #718ec4

Analogous Colors of #c4718e

#c4718e #c47e71 #c471b8

Monochromatic Colors of #c4718e

#c4718e

Complementary Color

#c4718e #71c4a7

#c4718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4718e Color CSS Codes

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

#c4718e Text Font Color

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

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


#c4718e Background Color

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

This div background color is #c4718e


#c4718e Border Color

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

This div border color is #c4718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4718e


Comments

No comments written yet.

Please login to write comment.