Color Hex Logo

#918cbe Color Hex

#918CBE
(145,140,190)
0 Favorites   0 Comments

Color spaces of #918cbe

RGB 145140190
HSL0.680.280.65
HSV246°26°75°
CMYK 0.240.260.00   0.25
XYZ30.349428.493652.6154
Yxy28.49360.27230.2556
Hunter Lab53.37948.0740-21.0758
CIE-Lab60.332112.7314-25.3380

#918cbe color RGB value is (145,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 10111110
Octal 221 214 276
Decimal 145 140 190
Hex 91 8C BE

RGB Percentages of Color #918cbe

%30.53
%29.47
%40.00

CMYK Percentages of Color #918cbe

%24
%26
%0
%25

Triadic Colors of #918cbe

#918cbe #be918c #8cbe91

Analogous Colors of #918cbe

#918cbe #aa8cbe #8ca0be

Monochromatic Colors of #918cbe

#918cbe

Complementary Color

#918cbe #b9be8c

#918cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#918cbe Color CSS Codes

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

#918cbe Text Font Color

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

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


#918cbe Background Color

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

This div background color is #918cbe


#918cbe Border Color

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

This div border color is #918cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918cbe


Comments

No comments written yet.

Please login to write comment.