Color Hex Logo

#d99793 Color Hex

#D99793
(217,151,147)
0 Favorites   0 Comments

Color spaces of #d99793

RGB 217151147
HSL0.010.480.71
HSV32°85°
CMYK 0.000.300.32   0.15
XYZ44.948338.991532.7608
Yxy38.99150.38520.3341
Hunter Lab62.443219.213612.6037
CIE-Lab68.745124.267912.0948

#d99793 color RGB value is (217,151,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 10010011
Octal 331 227 223
Decimal 217 151 147
Hex D9 97 93

RGB Percentages of Color #d99793

%42.14
%29.32
%28.54

CMYK Percentages of Color #d99793

%0
%30
%32
%15

Triadic Colors of #d99793

#d99793 #93d997 #9793d9

Analogous Colors of #d99793

#d99793 #d9ba93 #d993b2

Monochromatic Colors of #d99793

#d99793

Complementary Color

#d99793 #93d5d9

#d99793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99793 Color CSS Codes

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

#d99793 Text Font Color

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

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


#d99793 Background Color

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

This div background color is #d99793


#d99793 Border Color

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

This div border color is #d99793


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,151,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 #d99793">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99793


Comments

No comments written yet.

Please login to write comment.