Color Hex Logo

#d157ad Color Hex

#D157AD
(209,87,173)
0 Favorites   0 Comments

Color spaces of #d157ad

RGB 20987173
HSL0.880.570.58
HSV318°58°82°
CMYK 0.000.580.17   0.18
XYZ37.245523.388842.0866
Yxy23.38880.36260.2277
Hunter Lab48.362052.8366-17.7433
CIE-Lab55.470657.8254-22.4631

#d157ad color RGB value is (209,87,173).

#d157ad hex color red value is 209, green value is 87 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d157ad hue: 0.88 , saturation: 0.57 and the lightness value of d157ad is 0.58.

The process color (four color CMYK) of #d157ad color hex is 0.00, 0.58, 0.17, 0.18. Web safe color of #d157ad is #cc6699. Color #d157ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010111 10101101
Octal 321 127 255
Decimal 209 87 173
Hex D1 57 AD

RGB Percentages of Color #d157ad

%44.56
%18.55
%36.89

CMYK Percentages of Color #d157ad

%0
%58
%17
%18

Triadic Colors of #d157ad

#d157ad #add157 #57add1

Analogous Colors of #d157ad

#d157ad #d15770 #b857d1

Monochromatic Colors of #d157ad

#d157ad

Complementary Color

#d157ad #57d17b

#d157ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d157ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d157ad Color CSS Codes

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

#d157ad Text Font Color

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

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


#d157ad Background Color

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

This div background color is #d157ad


#d157ad Border Color

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

This div border color is #d157ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d157ad


Comments

No comments written yet.

Please login to write comment.