Color Hex Logo

#db47de Color Hex

#DB47DE
(219,71,222)
0 Favorites   0 Comments

Color spaces of #db47de

RGB 21971222
HSL0.830.700.57
HSV299°68°87°
CMYK 0.010.680.00   0.13
XYZ44.651524.840571.5485
Yxy24.84050.31660.1761
Hunter Lab49.840272.6964-50.2260
CIE-Lab56.919774.3803-48.1539

#db47de color RGB value is (219,71,222).

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

The process color (four color CMYK) of #db47de color hex is 0.01, 0.68, 0.00, 0.13. Web safe color of #db47de is #cc33cc. Color #db47de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 11011110
Octal 333 107 336
Decimal 219 71 222
Hex DB 47 DE

RGB Percentages of Color #db47de

%42.77
%13.87
%43.36

CMYK Percentages of Color #db47de

%1
%68
%0
%13

Triadic Colors of #db47de

#db47de #dedb47 #47dedb

Analogous Colors of #db47de

#db47de #de4796 #9047de

Monochromatic Colors of #db47de

#db47de

Complementary Color

#db47de #4ade47

#db47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db47de Color CSS Codes

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

#db47de Text Font Color

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

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


#db47de Background Color

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

This div background color is #db47de


#db47de Border Color

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

This div border color is #db47de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db47de


Comments

No comments written yet.

Please login to write comment.