Color Hex Logo

#d85aab Color Hex

#D85AAB
(216,90,171)
0 Favorites   0 Comments

Color spaces of #d85aab

RGB 21690171
HSL0.890.620.60
HSV321°58°85°
CMYK 0.000.580.21   0.15
XYZ39.325824.851541.2522
Yxy24.85150.37300.2357
Hunter Lab49.851353.5722-14.1669
CIE-Lab56.930458.2219-18.9769

#d85aab color RGB value is (216,90,171).

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

The process color (four color CMYK) of #d85aab color hex is 0.00, 0.58, 0.21, 0.15. Web safe color of #d85aab is #cc6699. Color #d85aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 10101011
Octal 330 132 253
Decimal 216 90 171
Hex D8 5A AB

RGB Percentages of Color #d85aab

%45.28
%18.87
%35.85

CMYK Percentages of Color #d85aab

%0
%58
%21
%15

Triadic Colors of #d85aab

#d85aab #abd85a #5aabd8

Analogous Colors of #d85aab

#d85aab #d85a6c #c65ad8

Monochromatic Colors of #d85aab

#d85aab

Complementary Color

#d85aab #5ad887

#d85aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85aab Color CSS Codes

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

#d85aab Text Font Color

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

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


#d85aab Background Color

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

This div background color is #d85aab


#d85aab Border Color

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

This div border color is #d85aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85aab


Comments

No comments written yet.

Please login to write comment.