Color Hex Logo

#db7eef Color Hex

#DB7EEF
(219,126,239)
0 Favorites   0 Comments

Color spaces of #db7eef

RGB 219126239
HSL0.800.780.72
HSV289°47°94°
CMYK 0.080.470.00   0.06
XYZ52.254336.213885.8972
Yxy36.21380.29970.2077
Hunter Lab60.177949.6856-42.5053
CIE-Lab66.683053.2123-42.2436

#db7eef color RGB value is (219,126,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111110 11101111
Octal 333 176 357
Decimal 219 126 239
Hex DB 7E EF

RGB Percentages of Color #db7eef

%37.50
%21.58
%40.92

CMYK Percentages of Color #db7eef

%8
%47
%0
%6

Triadic Colors of #db7eef

#db7eef #efdb7e #7eefdb

Analogous Colors of #db7eef

#db7eef #ef7ecb #a37eef

Monochromatic Colors of #db7eef

#db7eef

Complementary Color

#db7eef #92ef7e

#db7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7eef Color CSS Codes

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

#db7eef Text Font Color

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

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


#db7eef Background Color

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

This div background color is #db7eef


#db7eef Border Color

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

This div border color is #db7eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7eef


Comments

No comments written yet.

Please login to write comment.