Color Hex Logo

#db8beb Color Hex

#DB8BEB
(219,139,235)
0 Favorites   0 Comments

Color spaces of #db8beb

RGB 219139235
HSL0.810.710.73
HSV290°41°92°
CMYK 0.070.410.00   0.08
XYZ53.441439.523583.4094
Yxy39.52350.30300.2241
Hunter Lab62.867741.7174-34.6553
CIE-Lab69.128845.7485-36.2251

#db8beb color RGB value is (219,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001011 11101011
Octal 333 213 353
Decimal 219 139 235
Hex DB 8B EB

RGB Percentages of Color #db8beb

%36.93
%23.44
%39.63

CMYK Percentages of Color #db8beb

%7
%41
%0
%8

Triadic Colors of #db8beb

#db8beb #ebdb8b #8bebdb

Analogous Colors of #db8beb

#db8beb #eb8bcb #ab8beb

Monochromatic Colors of #db8beb

#db8beb

Complementary Color

#db8beb #9beb8b

#db8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8beb Color CSS Codes

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

#db8beb Text Font Color

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

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


#db8beb Background Color

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

This div background color is #db8beb


#db8beb Border Color

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

This div border color is #db8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8beb


Comments

No comments written yet.

Please login to write comment.