Color Hex Logo

#d94dae Color Hex

#D94DAE
(217,77,174)
0 Favorites   0 Comments

Color spaces of #d94dae

RGB 21777174
HSL0.880.650.58
HSV318°65°85°
CMYK 0.000.650.20   0.15
XYZ38.909123.115542.4554
Yxy23.11550.37240.2212
Hunter Lab48.078660.3192-18.7005
CIE-Lab55.191164.3984-23.3693

#d94dae color RGB value is (217,77,174).

#d94dae hex color red value is 217, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d94dae hue: 0.88 , saturation: 0.65 and the lightness value of d94dae is 0.58.

The process color (four color CMYK) of #d94dae color hex is 0.00, 0.65, 0.20, 0.15. Web safe color of #d94dae is #cc6699. Color #d94dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001101 10101110
Octal 331 115 256
Decimal 217 77 174
Hex D9 4D AE

RGB Percentages of Color #d94dae

%46.37
%16.45
%37.18

CMYK Percentages of Color #d94dae

%0
%65
%20
%15

Triadic Colors of #d94dae

#d94dae #aed94d #4daed9

Analogous Colors of #d94dae

#d94dae #d94d68 #be4dd9

Monochromatic Colors of #d94dae

#d94dae

Complementary Color

#d94dae #4dd978

#d94dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94dae Color CSS Codes

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

#d94dae Text Font Color

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

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


#d94dae Background Color

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

This div background color is #d94dae


#d94dae Border Color

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

This div border color is #d94dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94dae


Comments

No comments written yet.

Please login to write comment.