Color Hex Logo

#d79cdb Color Hex

#D79CDB
(215,156,219)
0 Favorites   0 Comments

Color spaces of #d79cdb

RGB 215156219
HSL0.820.470.74
HSV296°29°86°
CMYK 0.020.290.00   0.14
XYZ52.699043.338572.6055
Yxy43.33850.31250.2570
Hunter Lab65.832027.6846-19.3080
CIE-Lab71.784132.3832-23.3777

#d79cdb color RGB value is (215,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011100 11011011
Octal 327 234 333
Decimal 215 156 219
Hex D7 9C DB

RGB Percentages of Color #d79cdb

%36.44
%26.44
%37.12

CMYK Percentages of Color #d79cdb

%2
%29
%0
%14

Triadic Colors of #d79cdb

#d79cdb #dbd79c #9cdbd7

Analogous Colors of #d79cdb

#d79cdb #db9cc0 #b89cdb

Monochromatic Colors of #d79cdb

#d79cdb

Complementary Color

#d79cdb #a0db9c

#d79cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79cdb Color CSS Codes

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

#d79cdb Text Font Color

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

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


#d79cdb Background Color

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

This div background color is #d79cdb


#d79cdb Border Color

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

This div border color is #d79cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,156,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 #d79cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79cdb


Comments

No comments written yet.

Please login to write comment.