Color Hex Logo

#d890ab Color Hex

#D890AB
(216,144,171)
0 Favorites   0 Comments

Color spaces of #d890ab

RGB 216144171
HSL0.940.480.71
HSV338°33°85°
CMYK 0.000.330.21   0.15
XYZ45.642837.485743.3579
Yxy37.48570.36090.2964
Hunter Lab61.225625.92450.8707
CIE-Lab67.639831.0281-2.9340

#d890ab color RGB value is (216,144,171).

#d890ab hex color red value is 216, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d890ab hue: 0.94 , saturation: 0.48 and the lightness value of d890ab is 0.71.

The process color (four color CMYK) of #d890ab color hex is 0.00, 0.33, 0.21, 0.15. Web safe color of #d890ab is #cc9999. Color #d890ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010000 10101011
Octal 330 220 253
Decimal 216 144 171
Hex D8 90 AB

RGB Percentages of Color #d890ab

%40.68
%27.12
%32.20

CMYK Percentages of Color #d890ab

%0
%33
%21
%15

Triadic Colors of #d890ab

#d890ab #abd890 #90abd8

Analogous Colors of #d890ab

#d890ab #d89990 #d890cf

Monochromatic Colors of #d890ab

#d890ab

Complementary Color

#d890ab #90d8bd

#d890ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d890ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d890ab Color CSS Codes

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

#d890ab Text Font Color

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

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


#d890ab Background Color

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

This div background color is #d890ab


#d890ab Border Color

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

This div border color is #d890ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d890ab


Comments

No comments written yet.

Please login to write comment.