Color Hex Logo

#d096aa Color Hex

#D096AA
(208,150,170)
0 Favorites   0 Comments

Color spaces of #d096aa

RGB 208150170
HSL0.940.380.70
HSV339°28°82°
CMYK 0.000.280.18   0.18
XYZ44.174538.124943.0608
Yxy38.12490.35240.3041
Hunter Lab61.745419.64991.8733
CIE-Lab68.112624.7460-1.7821

#d096aa color RGB value is (208,150,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 10101010
Octal 320 226 252
Decimal 208 150 170
Hex D0 96 AA

RGB Percentages of Color #d096aa

%39.39
%28.41
%32.20

CMYK Percentages of Color #d096aa

%0
%28
%18
%18

Triadic Colors of #d096aa

#d096aa #aad096 #96aad0

Analogous Colors of #d096aa

#d096aa #d09f96 #d096c7

Monochromatic Colors of #d096aa

#d096aa

Complementary Color

#d096aa #96d0bc

#d096aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d096aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d096aa Color CSS Codes

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

#d096aa Text Font Color

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

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


#d096aa Background Color

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

This div background color is #d096aa


#d096aa Border Color

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

This div border color is #d096aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d096aa


Comments

No comments written yet.

Please login to write comment.