Color Hex Logo

#d195aa Color Hex

#D195AA
(209,149,170)
0 Favorites   0 Comments

Color spaces of #d195aa

RGB 209149170
HSL0.940.390.70
HSV339°29°82°
CMYK 0.000.290.19   0.18
XYZ44.297637.952543.0210
Yxy37.95250.35360.3030
Hunter Lab61.605620.54091.7200
CIE-Lab67.985625.6528-1.9558

#d195aa color RGB value is (209,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010101 10101010
Octal 321 225 252
Decimal 209 149 170
Hex D1 95 AA

RGB Percentages of Color #d195aa

%39.58
%28.22
%32.20

CMYK Percentages of Color #d195aa

%0
%29
%19
%18

Triadic Colors of #d195aa

#d195aa #aad195 #95aad1

Analogous Colors of #d195aa

#d195aa #d19e95 #d195c8

Monochromatic Colors of #d195aa

#d195aa

Complementary Color

#d195aa #95d1bc

#d195aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d195aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d195aa Color CSS Codes

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

#d195aa Text Font Color

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

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


#d195aa Background Color

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

This div background color is #d195aa


#d195aa Border Color

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

This div border color is #d195aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d195aa


Comments

No comments written yet.

Please login to write comment.