Color Hex Logo

#d89391 Color Hex

#D89391
(216,147,145)
0 Favorites   0 Comments

Color spaces of #d89391

RGB 216147145
HSL0.000.480.71
HSV33°85°
CMYK 0.000.320.33   0.15
XYZ43.863537.510731.7165
Yxy37.51070.38790.3317
Hunter Lab61.246020.658712.1686
CIE-Lab67.658425.792511.6606

#d89391 color RGB value is (216,147,145).

#d89391 hex color red value is 216, green value is 147 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #d89391 hue: 0.00 , saturation: 0.48 and the lightness value of d89391 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010011 10010001
Octal 330 223 221
Decimal 216 147 145
Hex D8 93 91

RGB Percentages of Color #d89391

%42.52
%28.94
%28.54

CMYK Percentages of Color #d89391

%0
%32
%33
%15

Triadic Colors of #d89391

#d89391 #91d893 #9391d8

Analogous Colors of #d89391

#d89391 #d8b791 #d891b3

Monochromatic Colors of #d89391

#d89391

Complementary Color

#d89391 #91d6d8

#d89391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89391 Color CSS Codes

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

#d89391 Text Font Color

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

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


#d89391 Background Color

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

This div background color is #d89391


#d89391 Border Color

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

This div border color is #d89391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89391


Comments

No comments written yet.

Please login to write comment.