Color Hex Logo

#db00ed Color Hex

#DB00ED
(219,0,237)
0 Favorites   0 Comments

Color spaces of #db00ed

RGB 2190237
HSL0.821.000.46
HSV295°100°93°
CMYK 0.081.000.00   0.07
XYZ44.499521.174581.8625
Yxy21.17450.30160.1435
Hunter Lab46.015892.0907-73.2665
CIE-Lab53.139990.2307-62.6537

#db00ed color RGB value is (219,0,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 11101101
Octal 333 0 355
Decimal 219 0 237
Hex DB 0 ED

RGB Percentages of Color #db00ed

%48.03
%0.00
%51.97

CMYK Percentages of Color #db00ed

%8
%100
%0
%7

Triadic Colors of #db00ed

#db00ed #eddb00 #00eddb

Analogous Colors of #db00ed

#db00ed #ed0089 #6500ed

Monochromatic Colors of #db00ed

#db00ed

Complementary Color

#db00ed #12ed00

#db00ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db00ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db00ed Color CSS Codes

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

#db00ed Text Font Color

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

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


#db00ed Background Color

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

This div background color is #db00ed


#db00ed Border Color

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

This div border color is #db00ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db00ed


Comments

No comments written yet.

Please login to write comment.