Color Hex Logo

#db8feb Color Hex

#DB8FEB
(219,143,235)
0 Favorites   0 Comments

Color spaces of #db8feb

RGB 219143235
HSL0.800.700.74
HSV290°39°92°
CMYK 0.070.390.00   0.08
XYZ54.031340.703183.6060
Yxy40.70310.30300.2282
Hunter Lab63.799039.5233-33.0379
CIE-Lab69.967443.6466-34.9228

#db8feb color RGB value is (219,143,235).

#db8feb hex color red value is 219, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db8feb hue: 0.80 , saturation: 0.70 and the lightness value of db8feb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 11101011
Octal 333 217 353
Decimal 219 143 235
Hex DB 8F EB

RGB Percentages of Color #db8feb

%36.68
%23.95
%39.36

CMYK Percentages of Color #db8feb

%7
%39
%0
%8

Triadic Colors of #db8feb

#db8feb #ebdb8f #8febdb

Analogous Colors of #db8feb

#db8feb #eb8fcd #ad8feb

Monochromatic Colors of #db8feb

#db8feb

Complementary Color

#db8feb #9feb8f

#db8feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8feb Color CSS Codes

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

#db8feb Text Font Color

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

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


#db8feb Background Color

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

This div background color is #db8feb


#db8feb Border Color

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

This div border color is #db8feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8feb


Comments

No comments written yet.

Please login to write comment.