Color Hex Logo

#d18fae Color Hex

#D18FAE
(209,143,174)
0 Favorites   0 Comments

Color spaces of #d18fae

RGB 209143174
HSL0.920.420.69
HSV332°32°82°
CMYK 0.000.320.17   0.18
XYZ43.756936.256244.7363
Yxy36.25620.35080.2906
Hunter Lab60.213124.3431-1.9013
CIE-Lab66.715229.5448-6.0712

#d18fae color RGB value is (209,143,174).

#d18fae hex color red value is 209, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d18fae hue: 0.92 , saturation: 0.42 and the lightness value of d18fae is 0.69.

The process color (four color CMYK) of #d18fae color hex is 0.00, 0.32, 0.17, 0.18. Web safe color of #d18fae is #cc9999. Color #d18fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001111 10101110
Octal 321 217 256
Decimal 209 143 174
Hex D1 8F AE

RGB Percentages of Color #d18fae

%39.73
%27.19
%33.08

CMYK Percentages of Color #d18fae

%0
%32
%17
%18

Triadic Colors of #d18fae

#d18fae #aed18f #8faed1

Analogous Colors of #d18fae

#d18fae #d1918f #d18fcf

Monochromatic Colors of #d18fae

#d18fae

Complementary Color

#d18fae #8fd1b2

#d18fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18fae Color CSS Codes

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

#d18fae Text Font Color

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

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


#d18fae Background Color

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

This div background color is #d18fae


#d18fae Border Color

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

This div border color is #d18fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18fae


Comments

No comments written yet.

Please login to write comment.