Color Hex Logo

#d8748a Color Hex

#D8748A
(216,116,138)
0 Favorites   0 Comments

Color spaces of #d8748a

RGB 216116138
HSL0.960.560.65
HSV347°46°85°
CMYK 0.000.460.36   0.15
XYZ39.151728.924727.5643
Yxy28.92470.40940.3024
Hunter Lab53.781735.82557.2598
CIE-Lab60.715141.35815.7475

#d8748a color RGB value is (216,116,138).

#d8748a hex color red value is 216, green value is 116 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d8748a hue: 0.96 , saturation: 0.56 and the lightness value of d8748a is 0.65.

The process color (four color CMYK) of #d8748a color hex is 0.00, 0.46, 0.36, 0.15. Web safe color of #d8748a is #cc6699. Color #d8748a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 10001010
Octal 330 164 212
Decimal 216 116 138
Hex D8 74 8A

RGB Percentages of Color #d8748a

%45.96
%24.68
%29.36

CMYK Percentages of Color #d8748a

%0
%46
%36
%15

Triadic Colors of #d8748a

#d8748a #8ad874 #748ad8

Analogous Colors of #d8748a

#d8748a #d89074 #d874bc

Monochromatic Colors of #d8748a

#d8748a

Complementary Color

#d8748a #74d8c2

#d8748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8748a Color CSS Codes

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

#d8748a Text Font Color

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

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


#d8748a Background Color

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

This div background color is #d8748a


#d8748a Border Color

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

This div border color is #d8748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8748a


Comments

No comments written yet.

Please login to write comment.