Color Hex Logo

#d295aa Color Hex

#D295AA
(210,149,170)
0 Favorites   0 Comments

Color spaces of #d295aa

RGB 210149170
HSL0.940.400.70
HSV339°29°82°
CMYK 0.000.290.19   0.18
XYZ44.581538.098843.0343
Yxy38.09880.35460.3031
Hunter Lab61.724220.90761.8698
CIE-Lab68.093426.0146-1.7851

#d295aa color RGB value is (210,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010101 10101010
Octal 322 225 252
Decimal 210 149 170
Hex D2 95 AA

RGB Percentages of Color #d295aa

%39.70
%28.17
%32.14

CMYK Percentages of Color #d295aa

%0
%29
%19
%18

Triadic Colors of #d295aa

#d295aa #aad295 #95aad2

Analogous Colors of #d295aa

#d295aa #d29f95 #d295c9

Monochromatic Colors of #d295aa

#d295aa

Complementary Color

#d295aa #95d2bd

#d295aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d295aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d295aa Color CSS Codes

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

#d295aa Text Font Color

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

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


#d295aa Background Color

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

This div background color is #d295aa


#d295aa Border Color

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

This div border color is #d295aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d295aa


Comments

No comments written yet.

Please login to write comment.