Color Hex Logo

#db2eef Color Hex

#DB2EEF
(219,46,239)
0 Favorites   0 Comments

Color spaces of #db2eef

RGB 21946239
HSL0.820.860.56
HSV294°81°94°
CMYK 0.080.810.00   0.06
XYZ45.770423.246183.7359
Yxy23.24610.29960.1522
Hunter Lab48.214285.0776-69.2218
CIE-Lab55.324984.4741-60.2633

#db2eef color RGB value is (219,46,239).

#db2eef hex color red value is 219, green value is 46 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #db2eef hue: 0.82 , saturation: 0.86 and the lightness value of db2eef is 0.56.

The process color (four color CMYK) of #db2eef color hex is 0.08, 0.81, 0.00, 0.06. Web safe color of #db2eef is #cc33ff. Color #db2eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101110 11101111
Octal 333 56 357
Decimal 219 46 239
Hex DB 2E EF

RGB Percentages of Color #db2eef

%43.45
%9.13
%47.42

CMYK Percentages of Color #db2eef

%8
%81
%0
%6

Triadic Colors of #db2eef

#db2eef #efdb2e #2eefdb

Analogous Colors of #db2eef

#db2eef #ef2ea3 #7b2eef

Monochromatic Colors of #db2eef

#db2eef

Complementary Color

#db2eef #42ef2e

#db2eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2eef Color CSS Codes

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

#db2eef Text Font Color

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

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


#db2eef Background Color

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

This div background color is #db2eef


#db2eef Border Color

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

This div border color is #db2eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2eef


Comments

No comments written yet.

Please login to write comment.