Color Hex Logo

#db47ed Color Hex

#DB47ED
(219,71,237)
0 Favorites   0 Comments

Color spaces of #db47ed

RGB 21971237
HSL0.820.820.60
HSV293°70°93°
CMYK 0.080.700.00   0.07
XYZ46.752725.681082.6135
Yxy25.68100.30150.1656
Hunter Lab50.676475.9955-61.1820
CIE-Lab57.733076.8783-55.2890

#db47ed color RGB value is (219,71,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 11101101
Octal 333 107 355
Decimal 219 71 237
Hex DB 47 ED

RGB Percentages of Color #db47ed

%41.56
%13.47
%44.97

CMYK Percentages of Color #db47ed

%8
%70
%0
%7

Triadic Colors of #db47ed

#db47ed #eddb47 #47eddb

Analogous Colors of #db47ed

#db47ed #ed47ac #8847ed

Monochromatic Colors of #db47ed

#db47ed

Complementary Color

#db47ed #59ed47

#db47ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db47ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db47ed Color CSS Codes

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

#db47ed Text Font Color

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

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


#db47ed Background Color

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

This div background color is #db47ed


#db47ed Border Color

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

This div border color is #db47ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db47ed


Comments

No comments written yet.

Please login to write comment.