Color Hex Logo

#d55dae Color Hex

#D55DAE
(213,93,174)
0 Favorites   0 Comments

Color spaces of #d55dae

RGB 21393174
HSL0.890.590.60
HSV320°56°84°
CMYK 0.000.560.18   0.16
XYZ38.994925.030842.8206
Yxy25.03080.36500.2343
Hunter Lab50.030851.5722-15.7239
CIE-Lab57.105456.4198-20.4865

#d55dae color RGB value is (213,93,174).

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

The process color (four color CMYK) of #d55dae color hex is 0.00, 0.56, 0.18, 0.16. Web safe color of #d55dae is #cc6699. Color #d55dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 10101110
Octal 325 135 256
Decimal 213 93 174
Hex D5 5D AE

RGB Percentages of Color #d55dae

%44.38
%19.38
%36.25

CMYK Percentages of Color #d55dae

%0
%56
%18
%16

Triadic Colors of #d55dae

#d55dae #aed55d #5daed5

Analogous Colors of #d55dae

#d55dae #d55d72 #c05dd5

Monochromatic Colors of #d55dae

#d55dae

Complementary Color

#d55dae #5dd584

#d55dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dae Color CSS Codes

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

#d55dae Text Font Color

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

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


#d55dae Background Color

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

This div background color is #d55dae


#d55dae Border Color

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

This div border color is #d55dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dae


Comments

No comments written yet.

Please login to write comment.