Color Hex Logo

#d78aae Color Hex

#D78AAE
(215,138,174)
0 Favorites   0 Comments

Color spaces of #d78aae

RGB 215138174
HSL0.920.490.69
HSV332°36°84°
CMYK 0.000.360.19   0.16
XYZ44.752835.680044.5726
Yxy35.68000.35800.2854
Hunter Lab59.732729.2030-2.4293
CIE-Lab66.274734.3507-6.6492

#d78aae color RGB value is (215,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 10101110
Octal 327 212 256
Decimal 215 138 174
Hex D7 8A AE

RGB Percentages of Color #d78aae

%40.80
%26.19
%33.02

CMYK Percentages of Color #d78aae

%0
%36
%19
%16

Triadic Colors of #d78aae

#d78aae #aed78a #8aaed7

Analogous Colors of #d78aae

#d78aae #d78d8a #d78ad5

Monochromatic Colors of #d78aae

#d78aae

Complementary Color

#d78aae #8ad7b3

#d78aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78aae Color CSS Codes

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

#d78aae Text Font Color

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

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


#d78aae Background Color

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

This div background color is #d78aae


#d78aae Border Color

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

This div border color is #d78aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78aae


Comments

No comments written yet.

Please login to write comment.