color codes Logo

#db9aff color codes

#DB9AFF
(219,154,255)
0 Favorites   0 Comments

Color spaces of #db9aff

RGB 219154255
HSL0.771.000.80
HSV279°40°100°
CMYK 0.140.400.00   0.00
XYZ58.819045.3913100.2690
Yxy45.39130.28770.2220
Hunter Lab67.373137.9338-41.0781
CIE-Lab73.148841.8231-40.8755

#db9aff color RGB value is (219,154,255).

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

The process color (four color CMYK) of #db9aff color code is 0.14, 0.40, 0.00, 0.00. Web safe color of #db9aff is #cc99ff. Color #db9aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 11111111
Octal 333 232 377
Decimal 219 154 255
Hex DB 9A FF

RGB Percentages of Color #db9aff

%34.87
%24.52
%40.61

CMYK Percentages of Color #db9aff

%14
%40
%0
%0

Triadic Colors of #db9aff

#db9aff #ffdb9a #9affdb

Analogous Colors of #db9aff

#db9aff #ff9af1 #a99aff

Monochromatic Colors of #db9aff

#db9aff

Complementary Color

#db9aff #beff9a

#db9aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9aff Color CSS Codes

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

#db9aff Text Font Color

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

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


#db9aff Background Color

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

This div background color is #db9aff


#db9aff Border Color

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

This div border color is #db9aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9aff

Related Colors


Comments

No comments written yet.

Please login to write comment.