Color Hex Logo

#d19deb Color Hex

#D19DEB
(209,157,235)
0 Favorites   0 Comments

Color spaces of #d19deb

RGB 209157235
HSL0.780.660.77
HSV280°33°92°
CMYK 0.110.330.00   0.08
XYZ53.346943.667484.2142
Yxy43.66740.29440.2410
Hunter Lab66.081328.4593-29.3024
CIE-Lab72.005633.1049-31.8517

#d19deb color RGB value is (209,157,235).

#d19deb hex color red value is 209, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d19deb hue: 0.78 , saturation: 0.66 and the lightness value of d19deb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 11101011
Octal 321 235 353
Decimal 209 157 235
Hex D1 9D EB

RGB Percentages of Color #d19deb

%34.78
%26.12
%39.10

CMYK Percentages of Color #d19deb

%11
%33
%0
%8

Triadic Colors of #d19deb

#d19deb #ebd19d #9debd1

Analogous Colors of #d19deb

#d19deb #eb9dde #aa9deb

Monochromatic Colors of #d19deb

#d19deb

Complementary Color

#d19deb #b7eb9d

#d19deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19deb Color CSS Codes

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

#d19deb Text Font Color

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

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


#d19deb Background Color

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

This div background color is #d19deb


#d19deb Border Color

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

This div border color is #d19deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19deb


Comments

No comments written yet.

Please login to write comment.