Color Hex Logo

#918edb Color Hex

#918EDB
(145,142,219)
0 Favorites   0 Comments

Color spaces of #918edb

RGB 145142219
HSL0.670.520.71
HSV242°35°86°
CMYK 0.340.350.00   0.14
XYZ34.136230.480271.1019
Yxy30.48020.25150.2246
Hunter Lab55.208913.7528-37.7116
CIE-Lab62.066418.9165-38.9178

#918edb color RGB value is (145,142,219).

#918edb hex color red value is 145, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #918edb hue: 0.67 , saturation: 0.52 and the lightness value of 918edb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001110 11011011
Octal 221 216 333
Decimal 145 142 219
Hex 91 8E DB

RGB Percentages of Color #918edb

%28.66
%28.06
%43.28

CMYK Percentages of Color #918edb

%34
%35
%0
%14

Triadic Colors of #918edb

#918edb #db918e #8edb91

Analogous Colors of #918edb

#918edb #b88edb #8eb2db

Monochromatic Colors of #918edb

#918edb

Complementary Color

#918edb #d8db8e

#918edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#918edb Color CSS Codes

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

#918edb Text Font Color

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

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


#918edb Background Color

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

This div background color is #918edb


#918edb Border Color

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

This div border color is #918edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918edb


Comments

No comments written yet.

Please login to write comment.