Color Hex Logo

#db8eed Color Hex

#DB8EED
(219,142,237)
0 Favorites   0 Comments

Color spaces of #db8eed

RGB 219142237
HSL0.800.730.74
HSV289°40°93°
CMYK 0.080.400.00   0.07
XYZ54.172540.520585.0868
Yxy40.52050.30130.2254
Hunter Lab63.655740.5102-34.6923
CIE-Lab69.838744.5621-36.2197

#db8eed color RGB value is (219,142,237).

#db8eed hex color red value is 219, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db8eed hue: 0.80 , saturation: 0.73 and the lightness value of db8eed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 11101101
Octal 333 216 355
Decimal 219 142 237
Hex DB 8E ED

RGB Percentages of Color #db8eed

%36.62
%23.75
%39.63

CMYK Percentages of Color #db8eed

%8
%40
%0
%7

Triadic Colors of #db8eed

#db8eed #eddb8e #8eeddb

Analogous Colors of #db8eed

#db8eed #ed8ed0 #ac8eed

Monochromatic Colors of #db8eed

#db8eed

Complementary Color

#db8eed #a0ed8e

#db8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8eed Color CSS Codes

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

#db8eed Text Font Color

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

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


#db8eed Background Color

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

This div background color is #db8eed


#db8eed Border Color

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

This div border color is #db8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8eed


Comments

No comments written yet.

Please login to write comment.