Color Hex Logo

#d955ae Color Hex

#D955AE
(217,85,174)
0 Favorites   0 Comments

Color spaces of #d955ae

RGB 21785174
HSL0.890.630.59
HSV320°61°85°
CMYK 0.000.610.20   0.15
XYZ39.503824.304742.6536
Yxy24.30470.37110.2283
Hunter Lab49.299856.7569-16.7871
CIE-Lab56.391661.1059-21.5265

#d955ae color RGB value is (217,85,174).

#d955ae hex color red value is 217, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d955ae hue: 0.89 , saturation: 0.63 and the lightness value of d955ae is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010101 10101110
Octal 331 125 256
Decimal 217 85 174
Hex D9 55 AE

RGB Percentages of Color #d955ae

%45.59
%17.86
%36.55

CMYK Percentages of Color #d955ae

%0
%61
%20
%15

Triadic Colors of #d955ae

#d955ae #aed955 #55aed9

Analogous Colors of #d955ae

#d955ae #d9556c #c255d9

Monochromatic Colors of #d955ae

#d955ae

Complementary Color

#d955ae #55d980

#d955ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d955ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d955ae Color CSS Codes

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

#d955ae Text Font Color

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

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


#d955ae Background Color

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

This div background color is #d955ae


#d955ae Border Color

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

This div border color is #d955ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d955ae


Comments

No comments written yet.

Please login to write comment.