Color Hex Logo

#db2eee Color Hex

#DB2EEE
(219,46,238)
0 Favorites   0 Comments

Color spaces of #db2eee

RGB 21946238
HSL0.820.850.56
HSV294°81°93°
CMYK 0.080.810.00   0.07
XYZ45.623023.187182.9599
Yxy23.18710.30060.1528
Hunter Lab48.153084.8538-68.4401
CIE-Lab55.264584.3133-59.7996

#db2eee color RGB value is (219,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101110 11101110
Octal 333 56 356
Decimal 219 46 238
Hex DB 2E EE

RGB Percentages of Color #db2eee

%43.54
%9.15
%47.32

CMYK Percentages of Color #db2eee

%8
%81
%0
%7

Triadic Colors of #db2eee

#db2eee #eedb2e #2eeedb

Analogous Colors of #db2eee

#db2eee #ee2ea1 #7b2eee

Monochromatic Colors of #db2eee

#db2eee

Complementary Color

#db2eee #41ee2e

#db2eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2eee Color CSS Codes

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

#db2eee Text Font Color

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

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


#db2eee Background Color

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

This div background color is #db2eee


#db2eee Border Color

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

This div border color is #db2eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2eee


Comments

No comments written yet.

Please login to write comment.