Color Hex Logo

#db8afe Color Hex

#DB8AFE
(219,138,254)
0 Favorites   0 Comments

Color spaces of #db8afe

RGB 219138254
HSL0.780.980.77
HSV282°46°100°
CMYK 0.140.460.00   0.00
XYZ56.191340.392898.6009
Yxy40.39280.28790.2069
Hunter Lab63.555346.5957-47.4949
CIE-Lab69.748450.0381-45.6532

#db8afe color RGB value is (219,138,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 11111110
Octal 333 212 376
Decimal 219 138 254
Hex DB 8A FE

RGB Percentages of Color #db8afe

%35.84
%22.59
%41.57

CMYK Percentages of Color #db8afe

%14
%46
%0
%0

Triadic Colors of #db8afe

#db8afe #fedb8a #8afedb

Analogous Colors of #db8afe

#db8afe #fe8ae7 #a18afe

Monochromatic Colors of #db8afe

#db8afe

Complementary Color

#db8afe #adfe8a

#db8afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8afe Color CSS Codes

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

#db8afe Text Font Color

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

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


#db8afe Background Color

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

This div background color is #db8afe


#db8afe Border Color

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

This div border color is #db8afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8afe

Related Colors


Comments

No comments written yet.

Please login to write comment.