Color Hex Logo

#d18eab Color Hex

#D18EAB
(209,142,171)
0 Favorites   0 Comments

Color spaces of #d18eab

RGB 209142171
HSL0.930.420.69
HSV334°32°82°
CMYK 0.000.320.18   0.18
XYZ43.318235.841643.1631
Yxy35.84160.35410.2930
Hunter Lab59.867924.3874-0.8390
CIE-Lab66.398729.6145-4.8532

#d18eab color RGB value is (209,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001110 10101011
Octal 321 216 253
Decimal 209 142 171
Hex D1 8E AB

RGB Percentages of Color #d18eab

%40.04
%27.20
%32.76

CMYK Percentages of Color #d18eab

%0
%32
%18
%18

Triadic Colors of #d18eab

#d18eab #abd18e #8eabd1

Analogous Colors of #d18eab

#d18eab #d1938e #d18ecd

Monochromatic Colors of #d18eab

#d18eab

Complementary Color

#d18eab #8ed1b4

#d18eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18eab Color CSS Codes

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

#d18eab Text Font Color

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

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


#d18eab Background Color

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

This div background color is #d18eab


#d18eab Border Color

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

This div border color is #d18eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18eab


Comments

No comments written yet.

Please login to write comment.