Color Hex Logo

#d99dec Color Hex

#D99DEC
(217,157,236)
0 Favorites   0 Comments

Color spaces of #d99dec

RGB 217157236
HSL0.790.680.77
HSV286°33°93°
CMYK 0.080.330.00   0.07
XYZ55.812644.921885.0860
Yxy44.92180.30040.2417
Hunter Lab67.023731.3506-28.3515
CIE-Lab72.840435.7657-31.0438

#d99dec color RGB value is (217,157,236).

#d99dec hex color red value is 217, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d99dec hue: 0.79 , saturation: 0.68 and the lightness value of d99dec is 0.77.

The process color (four color CMYK) of #d99dec color hex is 0.08, 0.33, 0.00, 0.07. Web safe color of #d99dec is #cc99ff. Color #d99dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011101 11101100
Octal 331 235 354
Decimal 217 157 236
Hex D9 9D EC

RGB Percentages of Color #d99dec

%35.57
%25.74
%38.69

CMYK Percentages of Color #d99dec

%8
%33
%0
%7

Triadic Colors of #d99dec

#d99dec #ecd99d #9decd9

Analogous Colors of #d99dec

#d99dec #ec9dd8 #b29dec

Monochromatic Colors of #d99dec

#d99dec

Complementary Color

#d99dec #b0ec9d

#d99dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99dec Color CSS Codes

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

#d99dec Text Font Color

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

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


#d99dec Background Color

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

This div background color is #d99dec


#d99dec Border Color

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

This div border color is #d99dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,157,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d99dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d99dec;
  -webkit-box-shadow: 1px 1px 3px 2px #d99dec;
  box-shadow:         1px 1px 3px 2px #d99dec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,157,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99dec


Comments

No comments written yet.

Please login to write comment.