Color Hex Logo

#c7748d Color Hex

#C7748D
(199,116,141)
0 Favorites   0 Comments

Color spaces of #c7748d

RGB 199116141
HSL0.950.430.62
HSV342°42°78°
CMYK 0.000.420.29   0.22
XYZ34.606326.556028.5012
Yxy26.55600.38600.2962
Hunter Lab51.532529.68853.2811
CIE-Lab58.561135.64950.6161

#c7748d color RGB value is (199,116,141).

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

The process color (four color CMYK) of #c7748d color hex is 0.00, 0.42, 0.29, 0.22. Web safe color of #c7748d is #cc6699. Color #c7748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 10001101
Octal 307 164 215
Decimal 199 116 141
Hex C7 74 8D

RGB Percentages of Color #c7748d

%43.64
%25.44
%30.92

CMYK Percentages of Color #c7748d

%0
%42
%29
%22

Triadic Colors of #c7748d

#c7748d #8dc774 #748dc7

Analogous Colors of #c7748d

#c7748d #c78574 #c774b7

Monochromatic Colors of #c7748d

#c7748d

Complementary Color

#c7748d #74c7ae

#c7748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7748d Color CSS Codes

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

#c7748d Text Font Color

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

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


#c7748d Background Color

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

This div background color is #c7748d


#c7748d Border Color

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

This div border color is #c7748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7748d


Comments

No comments written yet.

Please login to write comment.