Color Hex Logo

#d78aab Color Hex

#D78AAB
(215,138,171)
0 Favorites   0 Comments

Color spaces of #d78aab

RGB 215138171
HSL0.930.490.69
HSV334°36°84°
CMYK 0.000.360.20   0.16
XYZ44.463535.564343.0492
Yxy35.56430.36130.2890
Hunter Lab59.635828.7241-1.0545
CIE-Lab66.185733.8944-5.0912

#d78aab color RGB value is (215,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 10101011
Octal 327 212 253
Decimal 215 138 171
Hex D7 8A AB

RGB Percentages of Color #d78aab

%41.03
%26.34
%32.63

CMYK Percentages of Color #d78aab

%0
%36
%20
%16

Triadic Colors of #d78aab

#d78aab #abd78a #8aabd7

Analogous Colors of #d78aab

#d78aab #d7908a #d78ad2

Monochromatic Colors of #d78aab

#d78aab

Complementary Color

#d78aab #8ad7b6

#d78aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78aab Color CSS Codes

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

#d78aab Text Font Color

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

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


#d78aab Background Color

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

This div background color is #d78aab


#d78aab Border Color

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

This div border color is #d78aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78aab


Comments

No comments written yet.

Please login to write comment.