Color Hex Logo

#918ebc Color Hex

#918EBC
(145,142,188)
0 Favorites   0 Comments

Color spaces of #918ebc

RGB 145142188
HSL0.680.260.65
HSV244°24°74°
CMYK 0.230.240.00   0.26
XYZ30.427228.996651.5702
Yxy28.99660.27410.2612
Hunter Lab53.84856.6269-19.0875
CIE-Lab60.778611.0984-23.5219

#918ebc color RGB value is (145,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001110 10111100
Octal 221 216 274
Decimal 145 142 188
Hex 91 8E BC

RGB Percentages of Color #918ebc

%30.53
%29.89
%39.58

CMYK Percentages of Color #918ebc

%23
%24
%0
%26

Triadic Colors of #918ebc

#918ebc #bc918e #8ebc91

Analogous Colors of #918ebc

#918ebc #a88ebc #8ea2bc

Monochromatic Colors of #918ebc

#918ebc

Complementary Color

#918ebc #b9bc8e

#918ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#918ebc Color CSS Codes

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

#918ebc Text Font Color

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

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


#918ebc Background Color

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

This div background color is #918ebc


#918ebc Border Color

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

This div border color is #918ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918ebc


Comments

No comments written yet.

Please login to write comment.