Color Hex Logo

#d598ad Color Hex

#D598AD
(213,152,173)
0 Favorites   0 Comments

Color spaces of #d598ad

RGB 213152173
HSL0.940.420.72
HSV339°29°84°
CMYK 0.000.290.19   0.16
XYZ46.211639.619744.7469
Yxy39.61970.35390.3034
Hunter Lab62.944220.89671.9118
CIE-Lab69.197825.9325-1.8027

#d598ad color RGB value is (213,152,173).

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

The process color (four color CMYK) of #d598ad color hex is 0.00, 0.29, 0.19, 0.16. Web safe color of #d598ad is #cc9999. Color #d598ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 10101101
Octal 325 230 255
Decimal 213 152 173
Hex D5 98 AD

RGB Percentages of Color #d598ad

%39.59
%28.25
%32.16

CMYK Percentages of Color #d598ad

%0
%29
%19
%16

Triadic Colors of #d598ad

#d598ad #add598 #98add5

Analogous Colors of #d598ad

#d598ad #d5a298 #d598cc

Monochromatic Colors of #d598ad

#d598ad

Complementary Color

#d598ad #98d5c0

#d598ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d598ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d598ad Color CSS Codes

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

#d598ad Text Font Color

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

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


#d598ad Background Color

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

This div background color is #d598ad


#d598ad Border Color

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

This div border color is #d598ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d598ad


Comments

No comments written yet.

Please login to write comment.