Color Hex Logo

#d98cae Color Hex

#D98CAE
(217,140,174)
0 Favorites   0 Comments

Color spaces of #d98cae

RGB 217140174
HSL0.930.500.70
HSV334°35°85°
CMYK 0.000.350.20   0.15
XYZ45.633336.563944.6968
Yxy36.56390.35960.2881
Hunter Lab60.468128.8890-1.4983
CIE-Lab66.948633.9806-5.6252

#d98cae color RGB value is (217,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 10101110
Octal 331 214 256
Decimal 217 140 174
Hex D9 8C AE

RGB Percentages of Color #d98cae

%40.87
%26.37
%32.77

CMYK Percentages of Color #d98cae

%0
%35
%20
%15

Triadic Colors of #d98cae

#d98cae #aed98c #8caed9

Analogous Colors of #d98cae

#d98cae #d9918c #d98cd5

Monochromatic Colors of #d98cae

#d98cae

Complementary Color

#d98cae #8cd9b7

#d98cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cae Color CSS Codes

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

#d98cae Text Font Color

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

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


#d98cae Background Color

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

This div background color is #d98cae


#d98cae Border Color

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

This div border color is #d98cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cae


Comments

No comments written yet.

Please login to write comment.