Color Hex Logo

#d77dae Color Hex

#D77DAE
(215,125,174)
0 Favorites   0 Comments

Color spaces of #d77dae

RGB 215125174
HSL0.910.530.67
HSV327°42°84°
CMYK 0.000.420.19   0.16
XYZ42.997932.170343.9876
Yxy32.17030.36090.2700
Hunter Lab56.718936.0607-6.2784
CIE-Lab63.483441.2298-10.8092

#d77dae color RGB value is (215,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 10101110
Octal 327 175 256
Decimal 215 125 174
Hex D7 7D AE

RGB Percentages of Color #d77dae

%41.83
%24.32
%33.85

CMYK Percentages of Color #d77dae

%0
%42
%19
%16

Triadic Colors of #d77dae

#d77dae #aed77d #7daed7

Analogous Colors of #d77dae

#d77dae #d77d81 #d37dd7

Monochromatic Colors of #d77dae

#d77dae

Complementary Color

#d77dae #7dd7a6

#d77dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dae Color CSS Codes

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

#d77dae Text Font Color

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

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


#d77dae Background Color

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

This div background color is #d77dae


#d77dae Border Color

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

This div border color is #d77dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dae


Comments

No comments written yet.

Please login to write comment.