Color Hex Logo

#d98eac Color Hex

#D98EAC
(217,142,172)
0 Favorites   0 Comments

Color spaces of #d98eac

RGB 217142172
HSL0.930.500.70
HSV336°35°85°
CMYK 0.000.350.21   0.15
XYZ45.734737.076343.7757
Yxy37.07630.36130.2929
Hunter Lab60.890327.5133-0.0020
CIE-Lab67.334232.6080-3.9321

#d98eac color RGB value is (217,142,172).

#d98eac hex color red value is 217, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d98eac hue: 0.93 , saturation: 0.50 and the lightness value of d98eac is 0.70.

The process color (four color CMYK) of #d98eac color hex is 0.00, 0.35, 0.21, 0.15. Web safe color of #d98eac is #cc9999. Color #d98eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 10101100
Octal 331 216 254
Decimal 217 142 172
Hex D9 8E AC

RGB Percentages of Color #d98eac

%40.87
%26.74
%32.39

CMYK Percentages of Color #d98eac

%0
%35
%21
%15

Triadic Colors of #d98eac

#d98eac #acd98e #8eacd9

Analogous Colors of #d98eac

#d98eac #d9968e #d98ed2

Monochromatic Colors of #d98eac

#d98eac

Complementary Color

#d98eac #8ed9bb

#d98eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98eac Color CSS Codes

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

#d98eac Text Font Color

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

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


#d98eac Background Color

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

This div background color is #d98eac


#d98eac Border Color

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

This div border color is #d98eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,142,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d98eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d98eac;
  -webkit-box-shadow: 1px 1px 3px 2px #d98eac;
  box-shadow:         1px 1px 3px 2px #d98eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,142,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98eac


Comments

No comments written yet.

Please login to write comment.