Color Hex Logo

#db9aed Color Hex

#DB9AED
(219,154,237)
0 Favorites   0 Comments

Color spaces of #db9aed

RGB 219154237
HSL0.800.700.77
HSV287°35°93°
CMYK 0.080.350.00   0.07
XYZ56.055144.285785.7143
Yxy44.28570.30130.2380
Hunter Lab66.547533.8982-29.7833
CIE-Lab72.419038.1873-32.2225

#db9aed color RGB value is (219,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 11101101
Octal 333 232 355
Decimal 219 154 237
Hex DB 9A ED

RGB Percentages of Color #db9aed

%35.90
%25.25
%38.85

CMYK Percentages of Color #db9aed

%8
%35
%0
%7

Triadic Colors of #db9aed

#db9aed #eddb9a #9aeddb

Analogous Colors of #db9aed

#db9aed #ed9ad6 #b29aed

Monochromatic Colors of #db9aed

#db9aed

Complementary Color

#db9aed #aced9a

#db9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9aed Color CSS Codes

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

#db9aed Text Font Color

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

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


#db9aed Background Color

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

This div background color is #db9aed


#db9aed Border Color

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

This div border color is #db9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9aed


Comments

No comments written yet.

Please login to write comment.