Color Hex Logo

#d78add Color Hex

#D78ADD
(215,138,221)
0 Favorites   0 Comments

Color spaces of #d78add

RGB 215138221
HSL0.820.550.70
HSV296°38°87°
CMYK 0.030.380.00   0.13
XYZ50.164037.844573.0674
Yxy37.84450.31140.2349
Hunter Lab61.517937.8993-27.3587
CIE-Lab67.905942.4050-30.4341

#d78add color RGB value is (215,138,221).

#d78add hex color red value is 215, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d78add hue: 0.82 , saturation: 0.55 and the lightness value of d78add is 0.70.

The process color (four color CMYK) of #d78add color hex is 0.03, 0.38, 0.00, 0.13. Web safe color of #d78add is #cc99cc. Color #d78add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 11011101
Octal 327 212 335
Decimal 215 138 221
Hex D7 8A DD

RGB Percentages of Color #d78add

%37.46
%24.04
%38.50

CMYK Percentages of Color #d78add

%3
%38
%0
%13

Triadic Colors of #d78add

#d78add #ddd78a #8addd7

Analogous Colors of #d78add

#d78add #dd8aba #ae8add

Monochromatic Colors of #d78add

#d78add

Complementary Color

#d78add #90dd8a

#d78add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78add Color CSS Codes

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

#d78add Text Font Color

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

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


#d78add Background Color

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

This div background color is #d78add


#d78add Border Color

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

This div border color is #d78add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78add


Comments

No comments written yet.

Please login to write comment.