Color Hex Logo

#db6bef Color Hex

#DB6BEF
(219,107,239)
0 Favorites   0 Comments

Color spaces of #db6bef

RGB 219107239
HSL0.810.800.68
HSV291°55°94°
CMYK 0.080.550.00   0.06
XYZ50.051131.807585.1628
Yxy31.80750.29970.1904
Hunter Lab56.398159.7149-50.0509
CIE-Lab63.183562.4567-47.7490

#db6bef color RGB value is (219,107,239).

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

The process color (four color CMYK) of #db6bef color hex is 0.08, 0.55, 0.00, 0.06. Web safe color of #db6bef is #cc66ff. Color #db6bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101011 11101111
Octal 333 153 357
Decimal 219 107 239
Hex DB 6B EF

RGB Percentages of Color #db6bef

%38.76
%18.94
%42.30

CMYK Percentages of Color #db6bef

%8
%55
%0
%6

Triadic Colors of #db6bef

#db6bef #efdb6b #6befdb

Analogous Colors of #db6bef

#db6bef #ef6bc1 #996bef

Monochromatic Colors of #db6bef

#db6bef

Complementary Color

#db6bef #7fef6b

#db6bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6bef Color CSS Codes

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

#db6bef Text Font Color

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

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


#db6bef Background Color

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

This div background color is #db6bef


#db6bef Border Color

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

This div border color is #db6bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6bef


Comments

No comments written yet.

Please login to write comment.