Color Hex Logo

#db7eee Color Hex

#DB7EEE
(219,126,238)
0 Favorites   0 Comments

Color spaces of #db7eee

RGB 219126238
HSL0.810.770.71
HSV290°47°93°
CMYK 0.080.470.00   0.07
XYZ52.106936.154885.1212
Yxy36.15480.30050.2085
Hunter Lab60.128949.4603-41.8435
CIE-Lab66.638053.0204-41.7629

#db7eee color RGB value is (219,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111110 11101110
Octal 333 176 356
Decimal 219 126 238
Hex DB 7E EE

RGB Percentages of Color #db7eee

%37.56
%21.61
%40.82

CMYK Percentages of Color #db7eee

%8
%47
%0
%7

Triadic Colors of #db7eee

#db7eee #eedb7e #7eeedb

Analogous Colors of #db7eee

#db7eee #ee7ec9 #a37eee

Monochromatic Colors of #db7eee

#db7eee

Complementary Color

#db7eee #91ee7e

#db7eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7eee Color CSS Codes

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

#db7eee Text Font Color

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

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


#db7eee Background Color

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

This div background color is #db7eee


#db7eee Border Color

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

This div border color is #db7eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7eee


Comments

No comments written yet.

Please login to write comment.