Color Hex Logo

#db37ed Color Hex

#DB37ED
(219,55,237)
0 Favorites   0 Comments

Color spaces of #db37ed

RGB 21955237
HSL0.820.830.57
HSV294°77°93°
CMYK 0.080.770.00   0.07
XYZ45.865723.906982.3179
Yxy23.90690.30160.1572
Hunter Lab48.894781.8764-65.5929
CIE-Lab55.994581.8600-58.0687

#db37ed color RGB value is (219,55,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110111 11101101
Octal 333 67 355
Decimal 219 55 237
Hex DB 37 ED

RGB Percentages of Color #db37ed

%42.86
%10.76
%46.38

CMYK Percentages of Color #db37ed

%8
%77
%0
%7

Triadic Colors of #db37ed

#db37ed #eddb37 #37eddb

Analogous Colors of #db37ed

#db37ed #ed37a4 #8037ed

Monochromatic Colors of #db37ed

#db37ed

Complementary Color

#db37ed #49ed37

#db37ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db37ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db37ed Color CSS Codes

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

#db37ed Text Font Color

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

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


#db37ed Background Color

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

This div background color is #db37ed


#db37ed Border Color

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

This div border color is #db37ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db37ed


Comments

No comments written yet.

Please login to write comment.