Color Hex Logo

#db8aee Color Hex

#DB8AEE
(219,138,238)
0 Favorites   0 Comments

Color spaces of #db8aee

RGB 219138238
HSL0.800.750.74
HSV289°42°93°
CMYK 0.080.420.00   0.07
XYZ53.734539.410185.6637
Yxy39.41010.30050.2204
Hunter Lab62.777542.9269-36.9606
CIE-Lab69.047346.8528-37.9996

#db8aee color RGB value is (219,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 11101110
Octal 333 212 356
Decimal 219 138 238
Hex DB 8A EE

RGB Percentages of Color #db8aee

%36.81
%23.19
%40.00

CMYK Percentages of Color #db8aee

%8
%42
%0
%7

Triadic Colors of #db8aee

#db8aee #eedb8a #8aeedb

Analogous Colors of #db8aee

#db8aee #ee8acf #a98aee

Monochromatic Colors of #db8aee

#db8aee

Complementary Color

#db8aee #9dee8a

#db8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8aee Color CSS Codes

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

#db8aee Text Font Color

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

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


#db8aee Background Color

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

This div background color is #db8aee


#db8aee Border Color

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

This div border color is #db8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8aee


Comments

No comments written yet.

Please login to write comment.