Color Hex Logo

#db9eff Color Hex

#DB9EFF
(219,158,255)
0 Favorites   0 Comments

Color spaces of #db9eff

RGB 219158255
HSL0.771.000.81
HSV278°38°100°
CMYK 0.140.380.00   0.00
XYZ59.490346.7338100.4928
Yxy46.73380.28780.2261
Hunter Lab68.362135.7011-39.3032
CIE-Lab74.019239.6863-39.5195

#db9eff color RGB value is (219,158,255).

#db9eff hex color red value is 219, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db9eff hue: 0.77 , saturation: 1.00 and the lightness value of db9eff is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011110 11111111
Octal 333 236 377
Decimal 219 158 255
Hex DB 9E FF

RGB Percentages of Color #db9eff

%34.65
%25.00
%40.35

CMYK Percentages of Color #db9eff

%14
%38
%0
%0

Triadic Colors of #db9eff

#db9eff #ffdb9e #9effdb

Analogous Colors of #db9eff

#db9eff #ff9ef3 #ab9eff

Monochromatic Colors of #db9eff

#db9eff

Complementary Color

#db9eff #c2ff9e

#db9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9eff Color CSS Codes

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

#db9eff Text Font Color

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

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


#db9eff Background Color

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

This div background color is #db9eff


#db9eff Border Color

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

This div border color is #db9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9eff

#db9eff Color Palettes


Comments

No comments written yet.

Please login to write comment.