Color Hex Logo

#d875ad Color Hex

#D875AD
(216,117,173)
0 Favorites   0 Comments

Color spaces of #d875ad

RGB 216117173
HSL0.910.560.65
HSV326°46°85°
CMYK 0.000.460.20   0.15
XYZ42.223030.338643.1657
Yxy30.33860.36480.2622
Hunter Lab55.080540.4417-7.9083
CIE-Lab61.945345.5398-12.5345

#d875ad color RGB value is (216,117,173).

#d875ad hex color red value is 216, green value is 117 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d875ad hue: 0.91 , saturation: 0.56 and the lightness value of d875ad is 0.65.

The process color (four color CMYK) of #d875ad color hex is 0.00, 0.46, 0.20, 0.15. Web safe color of #d875ad is #cc6699. Color #d875ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 10101101
Octal 330 165 255
Decimal 216 117 173
Hex D8 75 AD

RGB Percentages of Color #d875ad

%42.69
%23.12
%34.19

CMYK Percentages of Color #d875ad

%0
%46
%20
%15

Triadic Colors of #d875ad

#d875ad #add875 #75add8

Analogous Colors of #d875ad

#d875ad #d8757c #d275d8

Monochromatic Colors of #d875ad

#d875ad

Complementary Color

#d875ad #75d8a0

#d875ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d875ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d875ad Color CSS Codes

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

#d875ad Text Font Color

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

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


#d875ad Background Color

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

This div background color is #d875ad


#d875ad Border Color

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

This div border color is #d875ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d875ad


Comments

No comments written yet.

Please login to write comment.