Color Hex Logo

#db9aea Color Hex

#DB9AEA
(219,154,234)
0 Favorites   0 Comments

Color spaces of #db9aea

RGB 219154234
HSL0.800.660.76
HSV289°34°92°
CMYK 0.060.340.00   0.08
XYZ55.620344.111883.4248
Yxy44.11180.30370.2408
Hunter Lab66.416733.2546-27.9814
CIE-Lab72.303237.5999-30.7633

#db9aea color RGB value is (219,154,234).

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

The process color (four color CMYK) of #db9aea color hex is 0.06, 0.34, 0.00, 0.08. Web safe color of #db9aea is #cc99ff. Color #db9aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 11101010
Octal 333 232 352
Decimal 219 154 234
Hex DB 9A EA

RGB Percentages of Color #db9aea

%36.08
%25.37
%38.55

CMYK Percentages of Color #db9aea

%6
%34
%0
%8

Triadic Colors of #db9aea

#db9aea #eadb9a #9aeadb

Analogous Colors of #db9aea

#db9aea #ea9ad1 #b39aea

Monochromatic Colors of #db9aea

#db9aea

Complementary Color

#db9aea #a9ea9a

#db9aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9aea Color CSS Codes

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

#db9aea Text Font Color

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

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


#db9aea Background Color

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

This div background color is #db9aea


#db9aea Border Color

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

This div border color is #db9aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9aea


Comments

No comments written yet.

Please login to write comment.