Color Hex Logo

#d759ac Color Hex

#D759AC
(215,89,172)
0 Favorites   0 Comments

Color spaces of #d759ac

RGB 21589172
HSL0.890.610.60
HSV320°59°84°
CMYK 0.000.590.20   0.16
XYZ39.043124.570441.7145
Yxy24.57040.37070.2333
Hunter Lab49.568553.8522-15.1976
CIE-Lab56.654458.5168-19.9914

#d759ac color RGB value is (215,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011001 10101100
Octal 327 131 254
Decimal 215 89 172
Hex D7 59 AC

RGB Percentages of Color #d759ac

%45.17
%18.70
%36.13

CMYK Percentages of Color #d759ac

%0
%59
%20
%16

Triadic Colors of #d759ac

#d759ac #acd759 #59acd7

Analogous Colors of #d759ac

#d759ac #d7596d #c359d7

Monochromatic Colors of #d759ac

#d759ac

Complementary Color

#d759ac #59d784

#d759ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d759ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d759ac Color CSS Codes

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

#d759ac Text Font Color

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

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


#d759ac Background Color

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

This div background color is #d759ac


#d759ac Border Color

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

This div border color is #d759ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,89,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d759ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d759ac


Comments

No comments written yet.

Please login to write comment.