Color Hex Logo

#c4718d Color Hex

#C4718D
(196,113,141)
0 Favorites   0 Comments

Color spaces of #c4718d

RGB 196113141
HSL0.940.410.61
HSV340°42°77°
CMYK 0.000.420.28   0.23
XYZ33.477825.469128.3509
Yxy25.46910.38350.2917
Hunter Lab50.466930.09292.0194
CIE-Lab57.529736.1714-0.9369

#c4718d color RGB value is (196,113,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110001 10001101
Octal 304 161 215
Decimal 196 113 141
Hex C4 71 8D

RGB Percentages of Color #c4718d

%43.56
%25.11
%31.33

CMYK Percentages of Color #c4718d

%0
%42
%28
%23

Triadic Colors of #c4718d

#c4718d #8dc471 #718dc4

Analogous Colors of #c4718d

#c4718d #c47f71 #c471b7

Monochromatic Colors of #c4718d

#c4718d

Complementary Color

#c4718d #71c4a8

#c4718d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4718d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4718d Color CSS Codes

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

#c4718d Text Font Color

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

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


#c4718d Background Color

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

This div background color is #c4718d


#c4718d Border Color

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

This div border color is #c4718d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4718d


Comments

No comments written yet.

Please login to write comment.