Color Hex Logo

#918ebb Color Hex

#918EBB
(145,142,187)
0 Favorites   0 Comments

Color spaces of #918ebb

RGB 145142187
HSL0.680.250.65
HSV244°24°73°
CMYK 0.220.240.00   0.27
XYZ30.319728.953651.0043
Yxy28.95360.27490.2626
Hunter Lab53.80856.4151-18.5341
CIE-Lab60.740710.8588-23.0150

#918ebb color RGB value is (145,142,187).

#918ebb hex color red value is 145, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #918ebb hue: 0.68 , saturation: 0.25 and the lightness value of 918ebb is 0.65.

The process color (four color CMYK) of #918ebb color hex is 0.22, 0.24, 0.00, 0.27. Web safe color of #918ebb is #9999cc. Color #918ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001110 10111011
Octal 221 216 273
Decimal 145 142 187
Hex 91 8E BB

RGB Percentages of Color #918ebb

%30.59
%29.96
%39.45

CMYK Percentages of Color #918ebb

%22
%24
%0
%27

Triadic Colors of #918ebb

#918ebb #bb918e #8ebb91

Analogous Colors of #918ebb

#918ebb #a88ebb #8ea2bb

Monochromatic Colors of #918ebb

#918ebb

Complementary Color

#918ebb #b8bb8e

#918ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#918ebb Color CSS Codes

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

#918ebb Text Font Color

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

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


#918ebb Background Color

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

This div background color is #918ebb


#918ebb Border Color

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

This div border color is #918ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918ebb


Comments

No comments written yet.

Please login to write comment.