Color Hex Logo

#d89299 Color Hex

#D89299
(216,146,153)
0 Favorites   0 Comments

Color spaces of #d89299

RGB 216146153
HSL0.980.470.71
HSV354°32°85°
CMYK 0.000.320.29   0.15
XYZ44.347637.456635.0295
Yxy37.45660.37960.3206
Hunter Lab61.201822.24028.9060
CIE-Lab67.618227.38227.1270

#d89299 color RGB value is (216,146,153).

#d89299 hex color red value is 216, green value is 146 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d89299 hue: 0.98 , saturation: 0.47 and the lightness value of d89299 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010010 10011001
Octal 330 222 231
Decimal 216 146 153
Hex D8 92 99

RGB Percentages of Color #d89299

%41.94
%28.35
%29.71

CMYK Percentages of Color #d89299

%0
%32
%29
%15

Triadic Colors of #d89299

#d89299 #99d892 #9299d8

Analogous Colors of #d89299

#d89299 #d8ae92 #d892bc

Monochromatic Colors of #d89299

#d89299

Complementary Color

#d89299 #92d8d1

#d89299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89299 Color CSS Codes

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

#d89299 Text Font Color

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

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


#d89299 Background Color

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

This div background color is #d89299


#d89299 Border Color

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

This div border color is #d89299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,146,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d89299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d89299;
  -webkit-box-shadow: 1px 1px 3px 2px #d89299;
  box-shadow:         1px 1px 3px 2px #d89299; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,146,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89299


Comments

No comments written yet.

Please login to write comment.