Color Hex Logo

#db5bed Color Hex

#DB5BED
(219,91,237)
0 Favorites   0 Comments

Color spaces of #db5bed

RGB 21991237
HSL0.810.800.64
HSV293°62°93°
CMYK 0.080.620.00   0.07
XYZ48.240628.656783.1095
Yxy28.65670.30150.1791
Hunter Lab53.532067.1753-54.5766
CIE-Lab60.477469.1922-50.9216

#db5bed color RGB value is (219,91,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011011 11101101
Octal 333 133 355
Decimal 219 91 237
Hex DB 5B ED

RGB Percentages of Color #db5bed

%40.04
%16.64
%43.33

CMYK Percentages of Color #db5bed

%8
%62
%0
%7

Triadic Colors of #db5bed

#db5bed #eddb5b #5beddb

Analogous Colors of #db5bed

#db5bed #ed5bb6 #925bed

Monochromatic Colors of #db5bed

#db5bed

Complementary Color

#db5bed #6ded5b

#db5bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5bed Color CSS Codes

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

#db5bed Text Font Color

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

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


#db5bed Background Color

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

This div background color is #db5bed


#db5bed Border Color

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

This div border color is #db5bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5bed


Comments

No comments written yet.

Please login to write comment.