Color Hex Logo

#d18a9c Color Hex

#D18A9C
(209,138,156)
0 Favorites   0 Comments

Color spaces of #d18a9c

RGB 209138156
HSL0.960.440.68
HSV345°34°82°
CMYK 0.000.340.25   0.18
XYZ41.383734.132635.8596
Yxy34.13260.37160.3065
Hunter Lab58.423124.19914.5045
CIE-Lab65.067729.53641.6555

#d18a9c color RGB value is (209,138,156).

#d18a9c hex color red value is 209, green value is 138 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #d18a9c hue: 0.96 , saturation: 0.44 and the lightness value of d18a9c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 10011100
Octal 321 212 234
Decimal 209 138 156
Hex D1 8A 9C

RGB Percentages of Color #d18a9c

%41.55
%27.44
%31.01

CMYK Percentages of Color #d18a9c

%0
%34
%25
%18

Triadic Colors of #d18a9c

#d18a9c #9cd18a #8a9cd1

Analogous Colors of #d18a9c

#d18a9c #d19c8a #d18ac0

Monochromatic Colors of #d18a9c

#d18a9c

Complementary Color

#d18a9c #8ad1bf

#d18a9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18a9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18a9c Color CSS Codes

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

#d18a9c Text Font Color

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

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


#d18a9c Background Color

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

This div background color is #d18a9c


#d18a9c Border Color

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

This div border color is #d18a9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18a9c


Comments

No comments written yet.

Please login to write comment.