Color Hex Logo

#d09eeb Color Hex

#D09EEB
(208,158,235)
0 Favorites   0 Comments

Color spaces of #d09eeb

RGB 208158235
HSL0.770.660.77
HSV279°33°92°
CMYK 0.110.330.00   0.08
XYZ53.234743.861884.2577
Yxy43.86180.29350.2419
Hunter Lab66.228227.5801-29.0709
CIE-Lab72.136032.2535-31.6585

#d09eeb color RGB value is (208,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011110 11101011
Octal 320 236 353
Decimal 208 158 235
Hex D0 9E EB

RGB Percentages of Color #d09eeb

%34.61
%26.29
%39.10

CMYK Percentages of Color #d09eeb

%11
%33
%0
%8

Triadic Colors of #d09eeb

#d09eeb #ebd09e #9eebd0

Analogous Colors of #d09eeb

#d09eeb #eb9ee0 #aa9eeb

Monochromatic Colors of #d09eeb

#d09eeb

Complementary Color

#d09eeb #b9eb9e

#d09eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09eeb Color CSS Codes

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

#d09eeb Text Font Color

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

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


#d09eeb Background Color

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

This div background color is #d09eeb


#d09eeb Border Color

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

This div border color is #d09eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09eeb


Comments

No comments written yet.

Please login to write comment.