Color Hex Logo

#d18cad Color Hex

#D18CAD
(209,140,173)
0 Favorites   0 Comments

Color spaces of #d18cad

RGB 209140173
HSL0.920.430.68
HSV331°33°82°
CMYK 0.000.330.17   0.18
XYZ43.215435.328644.0766
Yxy35.32860.35240.2881
Hunter Lab59.437925.7655-2.3604
CIE-Lab66.003731.0125-6.5635

#d18cad color RGB value is (209,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 10101101
Octal 321 214 255
Decimal 209 140 173
Hex D1 8C AD

RGB Percentages of Color #d18cad

%40.04
%26.82
%33.14

CMYK Percentages of Color #d18cad

%0
%33
%17
%18

Triadic Colors of #d18cad

#d18cad #add18c #8cadd1

Analogous Colors of #d18cad

#d18cad #d18e8c #d18cd0

Monochromatic Colors of #d18cad

#d18cad

Complementary Color

#d18cad #8cd1b0

#d18cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cad Color CSS Codes

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

#d18cad Text Font Color

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

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


#d18cad Background Color

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

This div background color is #d18cad


#d18cad Border Color

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

This div border color is #d18cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cad


Comments

No comments written yet.

Please login to write comment.