Color Hex Logo

#c8748d Color Hex

#C8748D
(200,116,141)
0 Favorites   0 Comments

Color spaces of #c8748d

RGB 200116141
HSL0.950.430.62
HSV342°42°78°
CMYK 0.000.420.30   0.22
XYZ34.872526.693228.5136
Yxy26.69320.38710.2963
Hunter Lab51.665530.06713.4443
CIE-Lab58.689336.01010.8186

#c8748d color RGB value is (200,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110100 10001101
Octal 310 164 215
Decimal 200 116 141
Hex C8 74 8D

RGB Percentages of Color #c8748d

%43.76
%25.38
%30.85

CMYK Percentages of Color #c8748d

%0
%42
%30
%22

Triadic Colors of #c8748d

#c8748d #8dc874 #748dc8

Analogous Colors of #c8748d

#c8748d #c88574 #c874b7

Monochromatic Colors of #c8748d

#c8748d

Complementary Color

#c8748d #74c8af

#c8748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8748d Color CSS Codes

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

#c8748d Text Font Color

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

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


#c8748d Background Color

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

This div background color is #c8748d


#c8748d Border Color

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

This div border color is #c8748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8748d


Comments

No comments written yet.

Please login to write comment.