Color Hex Logo

#db91ec Color Hex

#DB91EC
(219,145,236)
0 Favorites   0 Comments

Color spaces of #db91ec

RGB 219145236
HSL0.800.710.75
HSV289°39°93°
CMYK 0.070.390.00   0.07
XYZ54.479141.367084.4701
Yxy41.36700.30210.2294
Hunter Lab64.317238.6412-32.8457
CIE-Lab70.432342.7839-34.7501

#db91ec color RGB value is (219,145,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 11101100
Octal 333 221 354
Decimal 219 145 236
Hex DB 91 EC

RGB Percentages of Color #db91ec

%36.50
%24.17
%39.33

CMYK Percentages of Color #db91ec

%7
%39
%0
%7

Triadic Colors of #db91ec

#db91ec #ecdb91 #91ecdb

Analogous Colors of #db91ec

#db91ec #ec91d0 #ae91ec

Monochromatic Colors of #db91ec

#db91ec

Complementary Color

#db91ec #a2ec91

#db91ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db91ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db91ec Color CSS Codes

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

#db91ec Text Font Color

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

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


#db91ec Background Color

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

This div background color is #db91ec


#db91ec Border Color

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

This div border color is #db91ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db91ec


Comments

No comments written yet.

Please login to write comment.