Color Hex Logo

#d77dac Color Hex

#D77DAC
(215,125,172)
0 Favorites   0 Comments

Color spaces of #d77dac

RGB 215125172
HSL0.910.530.67
HSV329°42°84°
CMYK 0.000.420.20   0.16
XYZ42.804332.092942.9682
Yxy32.09290.36320.2723
Hunter Lab56.650635.7333-5.3147
CIE-Lab63.419640.9279-9.7682

#d77dac color RGB value is (215,125,172).

#d77dac hex color red value is 215, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d77dac hue: 0.91 , saturation: 0.53 and the lightness value of d77dac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 10101100
Octal 327 175 254
Decimal 215 125 172
Hex D7 7D AC

RGB Percentages of Color #d77dac

%41.99
%24.41
%33.59

CMYK Percentages of Color #d77dac

%0
%42
%20
%16

Triadic Colors of #d77dac

#d77dac #acd77d #7dacd7

Analogous Colors of #d77dac

#d77dac #d77d7f #d57dd7

Monochromatic Colors of #d77dac

#d77dac

Complementary Color

#d77dac #7dd7a8

#d77dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dac Color CSS Codes

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

#d77dac Text Font Color

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

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


#d77dac Background Color

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

This div background color is #d77dac


#d77dac Border Color

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

This div border color is #d77dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dac


Comments

No comments written yet.

Please login to write comment.