Color Hex Logo

#db91ed Color Hex

#DB91ED
(219,145,237)
0 Favorites   0 Comments

Color spaces of #db91ed

RGB 219145237
HSL0.800.720.75
HSV288°39°93°
CMYK 0.080.390.00   0.07
XYZ54.624941.425385.2376
Yxy41.42530.30130.2285
Hunter Lab64.362538.8599-33.4662
CIE-Lab70.472942.9792-35.2350

#db91ed color RGB value is (219,145,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 11101101
Octal 333 221 355
Decimal 219 145 237
Hex DB 91 ED

RGB Percentages of Color #db91ed

%36.44
%24.13
%39.43

CMYK Percentages of Color #db91ed

%8
%39
%0
%7

Triadic Colors of #db91ed

#db91ed #eddb91 #91eddb

Analogous Colors of #db91ed

#db91ed #ed91d1 #ad91ed

Monochromatic Colors of #db91ed

#db91ed

Complementary Color

#db91ed #a3ed91

#db91ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db91ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#db91ed Color CSS Codes

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

#db91ed Text Font Color

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

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


#db91ed Background Color

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

This div background color is #db91ed


#db91ed Border Color

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

This div border color is #db91ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db91ed


Comments

No comments written yet.

Please login to write comment.