Color Hex Logo

#d55dab Color Hex

#D55DAB
(213,93,171)
0 Favorites   0 Comments

Color spaces of #d55dab

RGB 21393171
HSL0.890.590.60
HSV321°56°84°
CMYK 0.000.560.20   0.16
XYZ38.705624.915141.2972
Yxy24.91510.36890.2375
Hunter Lab49.915051.0629-14.1131
CIE-Lab56.992655.9850-18.9223

#d55dab color RGB value is (213,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 10101011
Octal 325 135 253
Decimal 213 93 171
Hex D5 5D AB

RGB Percentages of Color #d55dab

%44.65
%19.50
%35.85

CMYK Percentages of Color #d55dab

%0
%56
%20
%16

Triadic Colors of #d55dab

#d55dab #abd55d #5dabd5

Analogous Colors of #d55dab

#d55dab #d55d6f #c35dd5

Monochromatic Colors of #d55dab

#d55dab

Complementary Color

#d55dab #5dd587

#d55dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dab Color CSS Codes

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

#d55dab Text Font Color

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

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


#d55dab Background Color

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

This div background color is #d55dab


#d55dab Border Color

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

This div border color is #d55dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dab


Comments

No comments written yet.

Please login to write comment.