Color Hex Logo

#db6beb Color Hex

#DB6BEB
(219,107,235)
0 Favorites   0 Comments

Color spaces of #db6beb

RGB 219107235
HSL0.810.760.67
HSV293°54°92°
CMYK 0.070.540.00   0.08
XYZ49.466531.573682.0844
Yxy31.57360.30320.1936
Hunter Lab56.190458.8070-47.2791
CIE-Lab62.988961.7172-45.8369

#db6beb color RGB value is (219,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101011 11101011
Octal 333 153 353
Decimal 219 107 235
Hex DB 6B EB

RGB Percentages of Color #db6beb

%39.04
%19.07
%41.89

CMYK Percentages of Color #db6beb

%7
%54
%0
%8

Triadic Colors of #db6beb

#db6beb #ebdb6b #6bebdb

Analogous Colors of #db6beb

#db6beb #eb6bbb #9b6beb

Monochromatic Colors of #db6beb

#db6beb

Complementary Color

#db6beb #7beb6b

#db6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6beb Color CSS Codes

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

#db6beb Text Font Color

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

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


#db6beb Background Color

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

This div background color is #db6beb


#db6beb Border Color

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

This div border color is #db6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6beb


Comments

No comments written yet.

Please login to write comment.