Color Hex Logo

#db2eed Color Hex

#DB2EED
(219,46,237)
0 Favorites   0 Comments

Color spaces of #db2eed

RGB 21946237
HSL0.820.840.55
HSV294°81°93°
CMYK 0.080.810.00   0.07
XYZ45.476523.128582.1881
Yxy23.12850.30160.1534
Hunter Lab48.092184.6307-67.6605
CIE-Lab55.204584.1528-59.3350

#db2eed color RGB value is (219,46,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101110 11101101
Octal 333 56 355
Decimal 219 46 237
Hex DB 2E ED

RGB Percentages of Color #db2eed

%43.63
%9.16
%47.21

CMYK Percentages of Color #db2eed

%8
%81
%0
%7

Triadic Colors of #db2eed

#db2eed #eddb2e #2eeddb

Analogous Colors of #db2eed

#db2eed #ed2ea0 #7c2eed

Monochromatic Colors of #db2eed

#db2eed

Complementary Color

#db2eed #40ed2e

#db2eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2eed Color CSS Codes

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

#db2eed Text Font Color

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

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


#db2eed Background Color

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

This div background color is #db2eed


#db2eed Border Color

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

This div border color is #db2eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2eed


Comments

No comments written yet.

Please login to write comment.