Color Hex Logo

#db8bed Color Hex

#DB8BED
(219,139,237)
0 Favorites   0 Comments

Color spaces of #db8bed

RGB 219139237
HSL0.800.730.74
HSV289°41°93°
CMYK 0.080.410.00   0.07
XYZ53.732139.639784.9400
Yxy39.63970.30130.2223
Hunter Lab62.960142.1574-35.9166
CIE-Lab69.212146.1361-37.1939

#db8bed color RGB value is (219,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001011 11101101
Octal 333 213 355
Decimal 219 139 237
Hex DB 8B ED

RGB Percentages of Color #db8bed

%36.81
%23.36
%39.83

CMYK Percentages of Color #db8bed

%8
%41
%0
%7

Triadic Colors of #db8bed

#db8bed #eddb8b #8beddb

Analogous Colors of #db8bed

#db8bed #ed8bce #aa8bed

Monochromatic Colors of #db8bed

#db8bed

Complementary Color

#db8bed #9ded8b

#db8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8bed Color CSS Codes

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

#db8bed Text Font Color

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

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


#db8bed Background Color

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

This div background color is #db8bed


#db8bed Border Color

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

This div border color is #db8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8bed


Comments

No comments written yet.

Please login to write comment.