Color Hex Logo

#d55dac Color Hex

#D55DAC
(213,93,172)
0 Favorites   0 Comments

Color spaces of #d55dac

RGB 21393172
HSL0.890.590.60
HSV321°56°84°
CMYK 0.000.560.19   0.16
XYZ38.801324.953441.8012
Yxy24.95340.36760.2364
Hunter Lab49.953451.2315-14.6468
CIE-Lab57.030056.1291-19.4444

#d55dac color RGB value is (213,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 10101100
Octal 325 135 254
Decimal 213 93 172
Hex D5 5D AC

RGB Percentages of Color #d55dac

%44.56
%19.46
%35.98

CMYK Percentages of Color #d55dac

%0
%56
%19
%16

Triadic Colors of #d55dac

#d55dac #acd55d #5dacd5

Analogous Colors of #d55dac

#d55dac #d55d70 #c25dd5

Monochromatic Colors of #d55dac

#d55dac

Complementary Color

#d55dac #5dd586

#d55dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dac Color CSS Codes

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

#d55dac Text Font Color

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

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


#d55dac Background Color

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

This div background color is #d55dac


#d55dac Border Color

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

This div border color is #d55dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,93,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dac


Comments

No comments written yet.

Please login to write comment.