Color Hex Logo

#d095aa Color Hex

#D095AA
(208,149,170)
0 Favorites   0 Comments

Color spaces of #d095aa

RGB 208149170
HSL0.940.390.70
HSV339°28°82°
CMYK 0.000.280.18   0.18
XYZ44.015637.807143.0078
Yxy37.80710.35260.3029
Hunter Lab61.487520.17551.5705
CIE-Lab67.878225.2913-2.1260

#d095aa color RGB value is (208,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 10101010
Octal 320 225 252
Decimal 208 149 170
Hex D0 95 AA

RGB Percentages of Color #d095aa

%39.47
%28.27
%32.26

CMYK Percentages of Color #d095aa

%0
%28
%18
%18

Triadic Colors of #d095aa

#d095aa #aad095 #95aad0

Analogous Colors of #d095aa

#d095aa #d09e95 #d095c8

Monochromatic Colors of #d095aa

#d095aa

Complementary Color

#d095aa #95d0bb

#d095aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095aa Color CSS Codes

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

#d095aa Text Font Color

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

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


#d095aa Background Color

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

This div background color is #d095aa


#d095aa Border Color

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

This div border color is #d095aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095aa


Comments

No comments written yet.

Please login to write comment.