Color Hex Logo

#d789aa Color Hex

#D789AA
(215,137,170)
0 Favorites   0 Comments

Color spaces of #d789aa

RGB 215137170
HSL0.930.490.69
HSV335°36°84°
CMYK 0.000.360.21   0.16
XYZ44.225735.240742.5014
Yxy35.24070.36260.2889
Hunter Lab59.363929.0945-0.8938
CIE-Lab65.935634.2790-4.8970

#d789aa color RGB value is (215,137,170).

#d789aa hex color red value is 215, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d789aa hue: 0.93 , saturation: 0.49 and the lightness value of d789aa is 0.69.

The process color (four color CMYK) of #d789aa color hex is 0.00, 0.36, 0.21, 0.16. Web safe color of #d789aa is #cc9999. Color #d789aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001001 10101010
Octal 327 211 252
Decimal 215 137 170
Hex D7 89 AA

RGB Percentages of Color #d789aa

%41.19
%26.25
%32.57

CMYK Percentages of Color #d789aa

%0
%36
%21
%16

Triadic Colors of #d789aa

#d789aa #aad789 #89aad7

Analogous Colors of #d789aa

#d789aa #d78f89 #d789d1

Monochromatic Colors of #d789aa

#d789aa

Complementary Color

#d789aa #89d7b6

#d789aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d789aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d789aa Color CSS Codes

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

#d789aa Text Font Color

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

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


#d789aa Background Color

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

This div background color is #d789aa


#d789aa Border Color

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

This div border color is #d789aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d789aa


Comments

No comments written yet.

Please login to write comment.