Color Hex Logo

#911edb Color Hex

#911EDB
(145,30,219)
0 Favorites   0 Comments

Color spaces of #911edb

RGB 14530219
HSL0.770.760.49
HSV277°86°86°
CMYK 0.340.860.00   0.14
XYZ24.927512.062868.0324
Yxy12.06280.23740.1149
Hunter Lab34.731567.3327-91.8256
CIE-Lab41.315872.9985-72.1610

#911edb color RGB value is (145,30,219).

#911edb hex color red value is 145, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #911edb hue: 0.77 , saturation: 0.76 and the lightness value of 911edb is 0.49.

The process color (four color CMYK) of #911edb color hex is 0.34, 0.86, 0.00, 0.14. Web safe color of #911edb is #9933cc. Color #911edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00011110 11011011
Octal 221 36 333
Decimal 145 30 219
Hex 91 1E DB

RGB Percentages of Color #911edb

%36.80
%7.61
%55.58

CMYK Percentages of Color #911edb

%34
%86
%0
%14

Triadic Colors of #911edb

#911edb #db911e #1edb91

Analogous Colors of #911edb

#911edb #db1ec7 #331edb

Monochromatic Colors of #911edb

#911edb

Complementary Color

#911edb #68db1e

#911edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#911edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#911edb Color CSS Codes

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

#911edb Text Font Color

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

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


#911edb Background Color

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

This div background color is #911edb


#911edb Border Color

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

This div border color is #911edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #911edb


Comments

No comments written yet.

Please login to write comment.