Color Hex Logo

#db5aed Color Hex

#DB5AED
(219,90,237)
0 Favorites   0 Comments

Color spaces of #db5aed

RGB 21990237
HSL0.810.800.64
HSV293°62°93°
CMYK 0.080.620.00   0.07
XYZ48.155628.486883.0812
Yxy28.48680.30150.1784
Hunter Lab53.373067.6481-54.9305
CIE-Lab60.326069.6106-51.1619

#db5aed color RGB value is (219,90,237).

#db5aed hex color red value is 219, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db5aed hue: 0.81 , saturation: 0.80 and the lightness value of db5aed is 0.64.

The process color (four color CMYK) of #db5aed color hex is 0.08, 0.62, 0.00, 0.07. Web safe color of #db5aed is #cc66ff. Color #db5aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011010 11101101
Octal 333 132 355
Decimal 219 90 237
Hex DB 5A ED

RGB Percentages of Color #db5aed

%40.11
%16.48
%43.41

CMYK Percentages of Color #db5aed

%8
%62
%0
%7

Triadic Colors of #db5aed

#db5aed #eddb5a #5aeddb

Analogous Colors of #db5aed

#db5aed #ed5ab6 #925aed

Monochromatic Colors of #db5aed

#db5aed

Complementary Color

#db5aed #6ced5a

#db5aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5aed Color CSS Codes

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

#db5aed Text Font Color

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

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


#db5aed Background Color

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

This div background color is #db5aed


#db5aed Border Color

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

This div border color is #db5aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5aed


Comments

No comments written yet.

Please login to write comment.