Color Hex Logo

#d78abd Color Hex

#D78ABD
(215,138,189)
0 Favorites   0 Comments

Color spaces of #d78abd

RGB 215138189
HSL0.890.490.69
HSV320°36°84°
CMYK 0.000.360.12   0.16
XYZ46.298136.298252.7102
Yxy36.29820.34220.2683
Hunter Lab60.248031.7359-9.6985
CIE-Lab66.747136.7408-14.3718

#d78abd color RGB value is (215,138,189).

#d78abd hex color red value is 215, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d78abd hue: 0.89 , saturation: 0.49 and the lightness value of d78abd is 0.69.

The process color (four color CMYK) of #d78abd color hex is 0.00, 0.36, 0.12, 0.16. Web safe color of #d78abd is #cc99cc. Color #d78abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 10111101
Octal 327 212 275
Decimal 215 138 189
Hex D7 8A BD

RGB Percentages of Color #d78abd

%39.67
%25.46
%34.87

CMYK Percentages of Color #d78abd

%0
%36
%12
%16

Triadic Colors of #d78abd

#d78abd #bdd78a #8abdd7

Analogous Colors of #d78abd

#d78abd #d78a97 #cb8ad7

Monochromatic Colors of #d78abd

#d78abd

Complementary Color

#d78abd #8ad7a4

#d78abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78abd Color CSS Codes

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

#d78abd Text Font Color

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

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


#d78abd Background Color

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

This div background color is #d78abd


#d78abd Border Color

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

This div border color is #d78abd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,138,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d78abd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d78abd;
  -webkit-box-shadow: 1px 1px 3px 2px #d78abd;
  box-shadow:         1px 1px 3px 2px #d78abd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,138,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78abd


Comments

No comments written yet.

Please login to write comment.