Color Hex Logo

#916edb Color Hex

#916EDB
(145,110,219)
0 Favorites   0 Comments

Color spaces of #916edb

RGB 145110219
HSL0.720.600.65
HSV259°50°86°
CMYK 0.340.500.00   0.14
XYZ30.039222.286169.7362
Yxy22.28610.24610.1826
Hunter Lab47.208230.9677-54.5379
CIE-Lab54.329337.4373-51.1395

#916edb color RGB value is (145,110,219).

#916edb hex color red value is 145, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #916edb hue: 0.72 , saturation: 0.60 and the lightness value of 916edb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01101110 11011011
Octal 221 156 333
Decimal 145 110 219
Hex 91 6E DB

RGB Percentages of Color #916edb

%30.59
%23.21
%46.20

CMYK Percentages of Color #916edb

%34
%50
%0
%14

Triadic Colors of #916edb

#916edb #db916e #6edb91

Analogous Colors of #916edb

#916edb #c86edb #6e82db

Monochromatic Colors of #916edb

#916edb

Complementary Color

#916edb #b8db6e

#916edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#916edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#916edb Color CSS Codes

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

#916edb Text Font Color

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

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


#916edb Background Color

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

This div background color is #916edb


#916edb Border Color

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

This div border color is #916edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #916edb


Comments

No comments written yet.

Please login to write comment.