Color Hex Logo

#db6feb Color Hex

#DB6FEB
(219,111,235)
0 Favorites   0 Comments

Color spaces of #db6feb

RGB 219111235
HSL0.810.760.68
HSV292°53°92°
CMYK 0.070.530.00   0.08
XYZ49.893332.427182.2267
Yxy32.42710.30320.1971
Hunter Lab56.944856.7429-45.7517
CIE-Lab63.694359.8300-44.7258

#db6feb color RGB value is (219,111,235).

#db6feb hex color red value is 219, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db6feb hue: 0.81 , saturation: 0.76 and the lightness value of db6feb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101111 11101011
Octal 333 157 353
Decimal 219 111 235
Hex DB 6F EB

RGB Percentages of Color #db6feb

%38.76
%19.65
%41.59

CMYK Percentages of Color #db6feb

%7
%53
%0
%8

Triadic Colors of #db6feb

#db6feb #ebdb6f #6febdb

Analogous Colors of #db6feb

#db6feb #eb6fbd #9d6feb

Monochromatic Colors of #db6feb

#db6feb

Complementary Color

#db6feb #7feb6f

#db6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6feb Color CSS Codes

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

#db6feb Text Font Color

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

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


#db6feb Background Color

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

This div background color is #db6feb


#db6feb Border Color

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

This div border color is #db6feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6feb


Comments

No comments written yet.

Please login to write comment.