Color Hex Logo

#d18496 Color Hex

#D18496
(209,132,150)
0 Favorites   0 Comments

Color spaces of #d18496

RGB 209132150
HSL0.960.460.67
HSV346°37°82°
CMYK 0.000.370.28   0.18
XYZ40.050832.259832.9700
Yxy32.25980.38040.3064
Hunter Lab56.797726.47295.3417
CIE-Lab63.557031.93472.8651

#d18496 color RGB value is (209,132,150).

#d18496 hex color red value is 209, green value is 132 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d18496 hue: 0.96 , saturation: 0.46 and the lightness value of d18496 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 10010110
Octal 321 204 226
Decimal 209 132 150
Hex D1 84 96

RGB Percentages of Color #d18496

%42.57
%26.88
%30.55

CMYK Percentages of Color #d18496

%0
%37
%28
%18

Triadic Colors of #d18496

#d18496 #96d184 #8496d1

Analogous Colors of #d18496

#d18496 #d19984 #d184bd

Monochromatic Colors of #d18496

#d18496

Complementary Color

#d18496 #84d1bf

#d18496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18496 Color CSS Codes

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

#d18496 Text Font Color

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

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


#d18496 Background Color

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

This div background color is #d18496


#d18496 Border Color

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

This div border color is #d18496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18496


Comments

No comments written yet.

Please login to write comment.