Color Hex Logo

#c7718a Color Hex

#C7718A
(199,113,138)
0 Favorites   0 Comments

Color spaces of #c7718a

RGB 199113138
HSL0.950.430.61
HSV343°43°78°
CMYK 0.000.430.31   0.22
XYZ34.045825.787327.2278
Yxy25.78730.39110.2962
Hunter Lab50.781230.80663.7568
CIE-Lab57.834636.84281.2981

#c7718a color RGB value is (199,113,138).

#c7718a hex color red value is 199, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c7718a hue: 0.95 , saturation: 0.43 and the lightness value of c7718a is 0.61.

The process color (four color CMYK) of #c7718a color hex is 0.00, 0.43, 0.31, 0.22. Web safe color of #c7718a is #cc6699. Color #c7718a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 10001010
Octal 307 161 212
Decimal 199 113 138
Hex C7 71 8A

RGB Percentages of Color #c7718a

%44.22
%25.11
%30.67

CMYK Percentages of Color #c7718a

%0
%43
%31
%22

Triadic Colors of #c7718a

#c7718a #8ac771 #718ac7

Analogous Colors of #c7718a

#c7718a #c78371 #c771b5

Monochromatic Colors of #c7718a

#c7718a

Complementary Color

#c7718a #71c7ae

#c7718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7718a Color CSS Codes

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

#c7718a Text Font Color

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

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


#c7718a Background Color

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

This div background color is #c7718a


#c7718a Border Color

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

This div border color is #c7718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7718a


Comments

No comments written yet.

Please login to write comment.