Color Hex Logo

#d759aa Color Hex

#D759AA
(215,89,170)
0 Favorites   0 Comments

Color spaces of #d759aa

RGB 21589170
HSL0.890.610.60
HSV321°59°84°
CMYK 0.000.590.21   0.16
XYZ38.852424.494140.7103
Yxy24.49410.37340.2354
Hunter Lab49.491553.5180-14.1262
CIE-Lab56.579158.2351-18.9461

#d759aa color RGB value is (215,89,170).

#d759aa hex color red value is 215, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d759aa hue: 0.89 , saturation: 0.61 and the lightness value of d759aa is 0.60.

The process color (four color CMYK) of #d759aa color hex is 0.00, 0.59, 0.21, 0.16. Web safe color of #d759aa is #cc6699. Color #d759aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011001 10101010
Octal 327 131 252
Decimal 215 89 170
Hex D7 59 AA

RGB Percentages of Color #d759aa

%45.36
%18.78
%35.86

CMYK Percentages of Color #d759aa

%0
%59
%21
%16

Triadic Colors of #d759aa

#d759aa #aad759 #59aad7

Analogous Colors of #d759aa

#d759aa #d7596b #c559d7

Monochromatic Colors of #d759aa

#d759aa

Complementary Color

#d759aa #59d786

#d759aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d759aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d759aa Color CSS Codes

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

#d759aa Text Font Color

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

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


#d759aa Background Color

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

This div background color is #d759aa


#d759aa Border Color

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

This div border color is #d759aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d759aa


Comments

No comments written yet.

Please login to write comment.