Color Hex Logo

#db9afe Color Hex

#DB9AFE
(219,154,254)
0 Favorites   0 Comments

Color spaces of #db9afe

RGB 219154254
HSL0.780.980.80
HSV279°39°100°
CMYK 0.140.390.00   0.00
XYZ58.658445.327099.4233
Yxy45.32700.28840.2228
Hunter Lab67.325337.7020-40.4293
CIE-Lab73.106741.6165-40.3995

#db9afe color RGB value is (219,154,254).

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

The process color (four color CMYK) of #db9afe color hex is 0.14, 0.39, 0.00, 0.00. Web safe color of #db9afe is #cc99ff. Color #db9afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 11111110
Octal 333 232 376
Decimal 219 154 254
Hex DB 9A FE

RGB Percentages of Color #db9afe

%34.93
%24.56
%40.51

CMYK Percentages of Color #db9afe

%14
%39
%0
%0

Triadic Colors of #db9afe

#db9afe #fedb9a #9afedb

Analogous Colors of #db9afe

#db9afe #fe9aef #a99afe

Monochromatic Colors of #db9afe

#db9afe

Complementary Color

#db9afe #bdfe9a

#db9afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9afe Color CSS Codes

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

#db9afe Text Font Color

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

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


#db9afe Background Color

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

This div background color is #db9afe


#db9afe Border Color

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

This div border color is #db9afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9afe


Comments

No comments written yet.

Please login to write comment.