Color Hex Logo

#d55aab Color Hex

#D55AAB
(213,90,171)
0 Favorites   0 Comments

Color spaces of #d55aab

RGB 21390171
HSL0.890.590.59
HSV320°58°84°
CMYK 0.000.580.20   0.16
XYZ38.447424.398741.2111
Yxy24.39870.36950.2345
Hunter Lab49.395052.4969-14.8901
CIE-Lab56.484857.3479-19.6972

#d55aab color RGB value is (213,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011010 10101011
Octal 325 132 253
Decimal 213 90 171
Hex D5 5A AB

RGB Percentages of Color #d55aab

%44.94
%18.99
%36.08

CMYK Percentages of Color #d55aab

%0
%58
%20
%16

Triadic Colors of #d55aab

#d55aab #abd55a #5aabd5

Analogous Colors of #d55aab

#d55aab #d55a6e #c25ad5

Monochromatic Colors of #d55aab

#d55aab

Complementary Color

#d55aab #5ad584

#d55aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55aab Color CSS Codes

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

#d55aab Text Font Color

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

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


#d55aab Background Color

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

This div background color is #d55aab


#d55aab Border Color

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

This div border color is #d55aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55aab


Comments

No comments written yet.

Please login to write comment.