Color Hex Logo

#d98fae Color Hex

#D98FAE
(217,143,174)
0 Favorites   0 Comments

Color spaces of #d98fae

RGB 217143174
HSL0.930.490.71
HSV335°34°85°
CMYK 0.000.340.20   0.15
XYZ46.077737.452644.8449
Yxy37.45260.35890.2917
Hunter Lab61.198527.2991-0.6074
CIE-Lab67.615232.3739-4.6397

#d98fae color RGB value is (217,143,174).

#d98fae hex color red value is 217, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d98fae hue: 0.93 , saturation: 0.49 and the lightness value of d98fae is 0.71.

The process color (four color CMYK) of #d98fae color hex is 0.00, 0.34, 0.20, 0.15. Web safe color of #d98fae is #cc9999. Color #d98fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 10101110
Octal 331 217 256
Decimal 217 143 174
Hex D9 8F AE

RGB Percentages of Color #d98fae

%40.64
%26.78
%32.58

CMYK Percentages of Color #d98fae

%0
%34
%20
%15

Triadic Colors of #d98fae

#d98fae #aed98f #8faed9

Analogous Colors of #d98fae

#d98fae #d9958f #d98fd3

Monochromatic Colors of #d98fae

#d98fae

Complementary Color

#d98fae #8fd9ba

#d98fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fae Color CSS Codes

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

#d98fae Text Font Color

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

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


#d98fae Background Color

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

This div background color is #d98fae


#d98fae Border Color

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

This div border color is #d98fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fae


Comments

No comments written yet.

Please login to write comment.