Color Hex Logo

#db83ea Color Hex

#DB83EA
(219,131,234)
0 Favorites   0 Comments

Color spaces of #db83ea

RGB 219131234
HSL0.810.710.72
HSV291°44°92°
CMYK 0.060.440.00   0.08
XYZ52.181037.233282.2784
Yxy37.23320.30390.2169
Hunter Lab61.019045.8627-37.2337
CIE-Lab67.451649.7075-38.2858

#db83ea color RGB value is (219,131,234).

#db83ea hex color red value is 219, green value is 131 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db83ea hue: 0.81 , saturation: 0.71 and the lightness value of db83ea is 0.72.

The process color (four color CMYK) of #db83ea color hex is 0.06, 0.44, 0.00, 0.08. Web safe color of #db83ea is #cc99ff. Color #db83ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 11101010
Octal 333 203 352
Decimal 219 131 234
Hex DB 83 EA

RGB Percentages of Color #db83ea

%37.50
%22.43
%40.07

CMYK Percentages of Color #db83ea

%6
%44
%0
%8

Triadic Colors of #db83ea

#db83ea #eadb83 #83eadb

Analogous Colors of #db83ea

#db83ea #ea83c6 #a883ea

Monochromatic Colors of #db83ea

#db83ea

Complementary Color

#db83ea #92ea83

#db83ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db83ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db83ea Color CSS Codes

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

#db83ea Text Font Color

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

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


#db83ea Background Color

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

This div background color is #db83ea


#db83ea Border Color

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

This div border color is #db83ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db83ea


Comments

No comments written yet.

Please login to write comment.