Color Hex Logo

#d78aaf Color Hex

#D78AAF
(215,138,175)
0 Favorites   0 Comments

Color spaces of #d78aaf

RGB 215138175
HSL0.920.490.69
HSV331°36°84°
CMYK 0.000.360.19   0.16
XYZ44.850735.719245.0880
Yxy35.71920.35690.2843
Hunter Lab59.765529.3646-2.8934
CIE-Lab66.304834.5043-7.1675

#d78aaf color RGB value is (215,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 10101111
Octal 327 212 257
Decimal 215 138 175
Hex D7 8A AF

RGB Percentages of Color #d78aaf

%40.72
%26.14
%33.14

CMYK Percentages of Color #d78aaf

%0
%36
%19
%16

Triadic Colors of #d78aaf

#d78aaf #afd78a #8aafd7

Analogous Colors of #d78aaf

#d78aaf #d78c8a #d78ad6

Monochromatic Colors of #d78aaf

#d78aaf

Complementary Color

#d78aaf #8ad7b2

#d78aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78aaf Color CSS Codes

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

#d78aaf Text Font Color

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

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


#d78aaf Background Color

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

This div background color is #d78aaf


#d78aaf Border Color

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

This div border color is #d78aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78aaf


Comments

No comments written yet.

Please login to write comment.