Color Hex Logo

#d898ad Color Hex

#D898AD
(216,152,173)
0 Favorites   0 Comments

Color spaces of #d898ad

RGB 216152173
HSL0.950.450.72
HSV340°30°85°
CMYK 0.000.300.20   0.15
XYZ47.090040.072544.7880
Yxy40.07250.35690.3037
Hunter Lab63.302822.00342.3632
CIE-Lab69.521127.0143-1.2907

#d898ad color RGB value is (216,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011000 10101101
Octal 330 230 255
Decimal 216 152 173
Hex D8 98 AD

RGB Percentages of Color #d898ad

%39.93
%28.10
%31.98

CMYK Percentages of Color #d898ad

%0
%30
%20
%15

Triadic Colors of #d898ad

#d898ad #add898 #98add8

Analogous Colors of #d898ad

#d898ad #d8a398 #d898cd

Monochromatic Colors of #d898ad

#d898ad

Complementary Color

#d898ad #98d8c3

#d898ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d898ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d898ad Color CSS Codes

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

#d898ad Text Font Color

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

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


#d898ad Background Color

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

This div background color is #d898ad


#d898ad Border Color

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

This div border color is #d898ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d898ad


Comments

No comments written yet.

Please login to write comment.