Color Hex Logo

#d79adb Color Hex

#D79ADB
(215,154,219)
0 Favorites   0 Comments

Color spaces of #d79adb

RGB 215154219
HSL0.820.470.73
HSV296°30°86°
CMYK 0.020.300.00   0.14
XYZ52.366142.672772.4945
Yxy42.67270.31260.2547
Hunter Lab65.324328.7737-20.0708
CIE-Lab71.332333.4641-24.0676

#d79adb color RGB value is (215,154,219).

#d79adb hex color red value is 215, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d79adb hue: 0.82 , saturation: 0.47 and the lightness value of d79adb is 0.73.

The process color (four color CMYK) of #d79adb color hex is 0.02, 0.30, 0.00, 0.14. Web safe color of #d79adb is #cc99cc. Color #d79adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 11011011
Octal 327 232 333
Decimal 215 154 219
Hex D7 9A DB

RGB Percentages of Color #d79adb

%36.56
%26.19
%37.24

CMYK Percentages of Color #d79adb

%2
%30
%0
%14

Triadic Colors of #d79adb

#d79adb #dbd79a #9adbd7

Analogous Colors of #d79adb

#d79adb #db9abf #b79adb

Monochromatic Colors of #d79adb

#d79adb

Complementary Color

#d79adb #9edb9a

#d79adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79adb Color CSS Codes

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

#d79adb Text Font Color

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

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


#d79adb Background Color

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

This div background color is #d79adb


#d79adb Border Color

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

This div border color is #d79adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79adb


Comments

No comments written yet.

Please login to write comment.