Color Hex Logo

#db6fee Color Hex

#DB6FEE
(219,111,238)
0 Favorites   0 Comments

Color spaces of #db6fee

RGB 219111238
HSL0.810.790.68
HSV291°53°93°
CMYK 0.080.530.00   0.07
XYZ50.330532.602084.5290
Yxy32.60200.30050.1947
Hunter Lab57.098257.4212-47.8051
CIE-Lab63.837360.3882-46.1634

#db6fee color RGB value is (219,111,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101111 11101110
Octal 333 157 356
Decimal 219 111 238
Hex DB 6F EE

RGB Percentages of Color #db6fee

%38.56
%19.54
%41.90

CMYK Percentages of Color #db6fee

%8
%53
%0
%7

Triadic Colors of #db6fee

#db6fee #eedb6f #6feedb

Analogous Colors of #db6fee

#db6fee #ee6fc2 #9c6fee

Monochromatic Colors of #db6fee

#db6fee

Complementary Color

#db6fee #82ee6f

#db6fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6fee Color CSS Codes

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

#db6fee Text Font Color

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

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


#db6fee Background Color

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

This div background color is #db6fee


#db6fee Border Color

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

This div border color is #db6fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6fee


Comments

No comments written yet.

Please login to write comment.