Color Hex Logo

#db11ed Color Hex

#DB11ED
(219,17,237)
0 Favorites   0 Comments

Color spaces of #db11ed

RGB 21917237
HSL0.820.870.50
HSV295°93°93°
CMYK 0.080.930.00   0.07
XYZ44.699921.575481.9293
Yxy21.57540.30160.1456
Hunter Lab46.449390.4908-72.0637
CIE-Lab53.573688.9436-61.9555

#db11ed color RGB value is (219,17,237).

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

The process color (four color CMYK) of #db11ed color hex is 0.08, 0.93, 0.00, 0.07. Web safe color of #db11ed is #cc00ff. Color #db11ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 11101101
Octal 333 21 355
Decimal 219 17 237
Hex DB 11 ED

RGB Percentages of Color #db11ed

%46.30
%3.59
%50.11

CMYK Percentages of Color #db11ed

%8
%93
%0
%7

Triadic Colors of #db11ed

#db11ed #eddb11 #11eddb

Analogous Colors of #db11ed

#db11ed #ed1191 #6d11ed

Monochromatic Colors of #db11ed

#db11ed

Complementary Color

#db11ed #23ed11

#db11ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db11ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db11ed Color CSS Codes

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

#db11ed Text Font Color

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

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


#db11ed Background Color

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

This div background color is #db11ed


#db11ed Border Color

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

This div border color is #db11ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db11ed


Comments

No comments written yet.

Please login to write comment.