Color Hex Logo

#d09693 Color Hex

#D09693
(208,150,147)
0 Favorites   0 Comments

Color spaces of #d09693

RGB 208150147
HSL0.010.390.70
HSV29°82°
CMYK 0.000.280.29   0.18
XYZ42.185237.329232.5856
Yxy37.32920.37630.3330
Hunter Lab61.097616.325511.1468
CIE-Lab67.523321.382810.2275

#d09693 color RGB value is (208,150,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 10010011
Octal 320 226 223
Decimal 208 150 147
Hex D0 96 93

RGB Percentages of Color #d09693

%41.19
%29.70
%29.11

CMYK Percentages of Color #d09693

%0
%28
%29
%18

Triadic Colors of #d09693

#d09693 #93d096 #9693d0

Analogous Colors of #d09693

#d09693 #d0b593 #d093af

Monochromatic Colors of #d09693

#d09693

Complementary Color

#d09693 #93cdd0

#d09693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09693 Color CSS Codes

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

#d09693 Text Font Color

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

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


#d09693 Background Color

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

This div background color is #d09693


#d09693 Border Color

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

This div border color is #d09693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09693


Comments

No comments written yet.

Please login to write comment.