Color Hex Logo

#db83de Color Hex

#DB83DE
(219,131,222)
0 Favorites   0 Comments

Color spaces of #db83de

RGB 219131222
HSL0.830.580.69
HSV298°41°87°
CMYK 0.010.410.00   0.13
XYZ50.514536.566673.5029
Yxy36.56660.31460.2277
Hunter Lab60.470343.2887-29.7390
CIE-Lab66.950647.4613-32.4283

#db83de color RGB value is (219,131,222).

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

The process color (four color CMYK) of #db83de color hex is 0.01, 0.41, 0.00, 0.13. Web safe color of #db83de is #cc99cc. Color #db83de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 11011110
Octal 333 203 336
Decimal 219 131 222
Hex DB 83 DE

RGB Percentages of Color #db83de

%38.29
%22.90
%38.81

CMYK Percentages of Color #db83de

%1
%41
%0
%13

Triadic Colors of #db83de

#db83de #dedb83 #83dedb

Analogous Colors of #db83de

#db83de #de83b4 #ae83de

Monochromatic Colors of #db83de

#db83de

Complementary Color

#db83de #86de83

#db83de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db83de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db83de Color CSS Codes

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

#db83de Text Font Color

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

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


#db83de Background Color

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

This div background color is #db83de


#db83de Border Color

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

This div border color is #db83de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db83de


Comments

No comments written yet.

Please login to write comment.