Color Hex Logo

#db97eb Color Hex

#DB97EB
(219,151,235)
0 Favorites   0 Comments

Color spaces of #db97eb

RGB 219151235
HSL0.800.680.76
HSV289°36°92°
CMYK 0.070.360.00   0.08
XYZ55.275443.191484.0207
Yxy43.19140.30290.2367
Hunter Lab65.720235.1211-29.7959
CIE-Lab71.684739.3995-32.2643

#db97eb color RGB value is (219,151,235).

#db97eb hex color red value is 219, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db97eb hue: 0.80 , saturation: 0.68 and the lightness value of db97eb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 11101011
Octal 333 227 353
Decimal 219 151 235
Hex DB 97 EB

RGB Percentages of Color #db97eb

%36.20
%24.96
%38.84

CMYK Percentages of Color #db97eb

%7
%36
%0
%8

Triadic Colors of #db97eb

#db97eb #ebdb97 #97ebdb

Analogous Colors of #db97eb

#db97eb #eb97d1 #b197eb

Monochromatic Colors of #db97eb

#db97eb

Complementary Color

#db97eb #a7eb97

#db97eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db97eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db97eb Color CSS Codes

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

#db97eb Text Font Color

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

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


#db97eb Background Color

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

This div background color is #db97eb


#db97eb Border Color

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

This div border color is #db97eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db97eb


Comments

No comments written yet.

Please login to write comment.