Color Hex Logo

#d77dab Color Hex

#D77DAB
(215,125,171)
0 Favorites   0 Comments

Color spaces of #d77dab

RGB 215125171
HSL0.910.530.67
HSV329°42°84°
CMYK 0.000.420.20   0.16
XYZ42.708632.054642.4642
Yxy32.05460.36430.2734
Hunter Lab56.616835.5713-4.8374
CIE-Lab63.388040.7783-9.2468

#d77dab color RGB value is (215,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 10101011
Octal 327 175 253
Decimal 215 125 171
Hex D7 7D AB

RGB Percentages of Color #d77dab

%42.07
%24.46
%33.46

CMYK Percentages of Color #d77dab

%0
%42
%20
%16

Triadic Colors of #d77dab

#d77dab #abd77d #7dabd7

Analogous Colors of #d77dab

#d77dab #d77d7e #d67dd7

Monochromatic Colors of #d77dab

#d77dab

Complementary Color

#d77dab #7dd7a9

#d77dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dab Color CSS Codes

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

#d77dab Text Font Color

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

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


#d77dab Background Color

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

This div background color is #d77dab


#d77dab Border Color

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

This div border color is #d77dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dab


Comments

No comments written yet.

Please login to write comment.