Color Hex Logo

#d18cab Color Hex

#D18CAB
(209,140,171)
0 Favorites   0 Comments

Color spaces of #d18cab

RGB 209140171
HSL0.930.430.68
HSV333°33°82°
CMYK 0.000.330.18   0.18
XYZ43.023335.251843.0648
Yxy35.25180.35460.2905
Hunter Lab59.373225.4423-1.4432
CIE-Lab65.944230.6983-5.5252

#d18cab color RGB value is (209,140,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10101011
Octal 321 214 253
Decimal 209 140 171
Hex D1 8C AB

RGB Percentages of Color #d18cab

%40.19
%26.92
%32.88

CMYK Percentages of Color #d18cab

%0
%33
%18
%18

Triadic Colors of #d18cab

#d18cab #abd18c #8cabd1

Analogous Colors of #d18cab

#d18cab #d1908c #d18cce

Monochromatic Colors of #d18cab

#d18cab

Complementary Color

#d18cab #8cd1b2

#d18cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cab Color CSS Codes

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

#d18cab Text Font Color

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

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


#d18cab Background Color

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

This div background color is #d18cab


#d18cab Border Color

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

This div border color is #d18cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cab

#d18cab Color Palettes


Comments

No comments written yet.

Please login to write comment.