Color Hex Logo

#d85eab Color Hex

#D85EAB
(216,94,171)
0 Favorites   0 Comments

Color spaces of #d85eab

RGB 21694171
HSL0.890.610.61
HSV322°56°85°
CMYK 0.000.560.21   0.15
XYZ39.672325.544641.3677
Yxy25.54460.37220.2397
Hunter Lab50.541751.6643-13.1489
CIE-Lab57.602256.4173-17.9536

#d85eab color RGB value is (216,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 10101011
Octal 330 136 253
Decimal 216 94 171
Hex D8 5E AB

RGB Percentages of Color #d85eab

%44.91
%19.54
%35.55

CMYK Percentages of Color #d85eab

%0
%56
%21
%15

Triadic Colors of #d85eab

#d85eab #abd85e #5eabd8

Analogous Colors of #d85eab

#d85eab #d85e6e #c85ed8

Monochromatic Colors of #d85eab

#d85eab

Complementary Color

#d85eab #5ed88b

#d85eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85eab Color CSS Codes

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

#d85eab Text Font Color

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

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


#d85eab Background Color

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

This div background color is #d85eab


#d85eab Border Color

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

This div border color is #d85eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85eab


Comments

No comments written yet.

Please login to write comment.