Color Hex Logo

#d89693 Color Hex

#D89693
(216,150,147)
0 Favorites   0 Comments

Color spaces of #d89693

RGB 216150147
HSL0.010.470.71
HSV32°85°
CMYK 0.000.310.32   0.15
XYZ44.491738.518232.6936
Yxy38.51820.38450.3329
Hunter Lab62.063019.352612.2113
CIE-Lab68.400824.428411.5929

#d89693 color RGB value is (216,150,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010110 10010011
Octal 330 226 223
Decimal 216 150 147
Hex D8 96 93

RGB Percentages of Color #d89693

%42.11
%29.24
%28.65

CMYK Percentages of Color #d89693

%0
%31
%32
%15

Triadic Colors of #d89693

#d89693 #93d896 #9693d8

Analogous Colors of #d89693

#d89693 #d8b993 #d893b3

Monochromatic Colors of #d89693

#d89693

Complementary Color

#d89693 #93d5d8

#d89693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89693 Color CSS Codes

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

#d89693 Text Font Color

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

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


#d89693 Background Color

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

This div background color is #d89693


#d89693 Border Color

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

This div border color is #d89693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89693


Comments

No comments written yet.

Please login to write comment.