Color Hex Logo

#d898aa Color Hex

#D898AA
(216,152,170)
0 Favorites   0 Comments

Color spaces of #d898aa

RGB 216152170
HSL0.950.450.72
HSV343°30°85°
CMYK 0.000.300.21   0.15
XYZ46.802839.957743.2760
Yxy39.95770.35990.3073
Hunter Lab63.212121.54183.6576
CIE-Lab69.439426.56070.2613

#d898aa color RGB value is (216,152,170).

#d898aa hex color red value is 216, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d898aa hue: 0.95 , saturation: 0.45 and the lightness value of d898aa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011000 10101010
Octal 330 230 252
Decimal 216 152 170
Hex D8 98 AA

RGB Percentages of Color #d898aa

%40.15
%28.25
%31.60

CMYK Percentages of Color #d898aa

%0
%30
%21
%15

Triadic Colors of #d898aa

#d898aa #aad898 #98aad8

Analogous Colors of #d898aa

#d898aa #d8a698 #d898ca

Monochromatic Colors of #d898aa

#d898aa

Complementary Color

#d898aa #98d8c6

#d898aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d898aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d898aa Color CSS Codes

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

#d898aa Text Font Color

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

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


#d898aa Background Color

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

This div background color is #d898aa


#d898aa Border Color

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

This div border color is #d898aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,152,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d898aa


Comments

No comments written yet.

Please login to write comment.