Color Hex Logo

#db89ea Color Hex

#DB89EA
(219,137,234)
0 Favorites   0 Comments

Color spaces of #db89ea

RGB 219137234
HSL0.810.700.73
HSV291°41°92°
CMYK 0.060.410.00   0.08
XYZ53.010438.891982.5548
Yxy38.89190.30390.2229
Hunter Lab62.363442.5935-34.8320
CIE-Lab68.672946.6011-36.3839

#db89ea color RGB value is (219,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 11101010
Octal 333 211 352
Decimal 219 137 234
Hex DB 89 EA

RGB Percentages of Color #db89ea

%37.12
%23.22
%39.66

CMYK Percentages of Color #db89ea

%6
%41
%0
%8

Triadic Colors of #db89ea

#db89ea #eadb89 #89eadb

Analogous Colors of #db89ea

#db89ea #ea89c9 #ab89ea

Monochromatic Colors of #db89ea

#db89ea

Complementary Color

#db89ea #98ea89

#db89ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db89ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db89ea Color CSS Codes

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

#db89ea Text Font Color

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

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


#db89ea Background Color

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

This div background color is #db89ea


#db89ea Border Color

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

This div border color is #db89ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db89ea


Comments

No comments written yet.

Please login to write comment.