Color Hex Logo

#db4feb Color Hex

#DB4FEB
(219,79,235)
0 Favorites   0 Comments

Color spaces of #db4feb

RGB 21979235
HSL0.820.800.62
HSV294°66°92°
CMYK 0.070.660.00   0.08
XYZ47.004826.650281.2638
Yxy26.65020.30340.1720
Hunter Lab51.623872.1870-57.1948
CIE-Lab58.649173.6376-52.7106

#db4feb color RGB value is (219,79,235).

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

The process color (four color CMYK) of #db4feb color hex is 0.07, 0.66, 0.00, 0.08. Web safe color of #db4feb is #cc66ff. Color #db4feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001111 11101011
Octal 333 117 353
Decimal 219 79 235
Hex DB 4F EB

RGB Percentages of Color #db4feb

%41.09
%14.82
%44.09

CMYK Percentages of Color #db4feb

%7
%66
%0
%8

Triadic Colors of #db4feb

#db4feb #ebdb4f #4febdb

Analogous Colors of #db4feb

#db4feb #eb4fad #8d4feb

Monochromatic Colors of #db4feb

#db4feb

Complementary Color

#db4feb #5feb4f

#db4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4feb Color CSS Codes

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

#db4feb Text Font Color

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

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


#db4feb Background Color

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

This div background color is #db4feb


#db4feb Border Color

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

This div border color is #db4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4feb


Comments

No comments written yet.

Please login to write comment.