Color Hex Logo

#db5eea Color Hex

#DB5EEA
(219,94,234)
0 Favorites   0 Comments

Color spaces of #db5eea

RGB 21994234
HSL0.820.770.64
HSV294°60°92°
CMYK 0.060.600.00   0.08
XYZ48.067429.006080.9072
Yxy29.00600.30430.1836
Hunter Lab53.857265.0606-51.3686
CIE-Lab60.786967.3804-48.7590

#db5eea color RGB value is (219,94,234).

#db5eea hex color red value is 219, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db5eea hue: 0.82 , saturation: 0.77 and the lightness value of db5eea is 0.64.

The process color (four color CMYK) of #db5eea color hex is 0.06, 0.60, 0.00, 0.08. Web safe color of #db5eea is #cc66ff. Color #db5eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011110 11101010
Octal 333 136 352
Decimal 219 94 234
Hex DB 5E EA

RGB Percentages of Color #db5eea

%40.04
%17.18
%42.78

CMYK Percentages of Color #db5eea

%6
%60
%0
%8

Triadic Colors of #db5eea

#db5eea #eadb5e #5eeadb

Analogous Colors of #db5eea

#db5eea #ea5eb3 #955eea

Monochromatic Colors of #db5eea

#db5eea

Complementary Color

#db5eea #6dea5e

#db5eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5eea Color CSS Codes

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

#db5eea Text Font Color

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

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


#db5eea Background Color

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

This div background color is #db5eea


#db5eea Border Color

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

This div border color is #db5eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5eea


Comments

No comments written yet.

Please login to write comment.