Color Hex Logo

#918cef Color Hex

#918CEF
(145,140,239)
0 Favorites   0 Comments

Color spaces of #918cef

RGB 145140239
HSL0.680.760.74
HSV243°41°94°
CMYK 0.390.410.00   0.06
XYZ36.635131.007985.7156
Yxy31.00790.23890.2022
Hunter Lab55.684719.9872-52.2859
CIE-Lab62.514325.4547-49.3006

#918cef color RGB value is (145,140,239).

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

The process color (four color CMYK) of #918cef color hex is 0.39, 0.41, 0.00, 0.06. Web safe color of #918cef is #9999ff. Color #918cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 11101111
Octal 221 214 357
Decimal 145 140 239
Hex 91 8C EF

RGB Percentages of Color #918cef

%27.67
%26.72
%45.61

CMYK Percentages of Color #918cef

%39
%41
%0
%6

Triadic Colors of #918cef

#918cef #ef918c #8cef91

Analogous Colors of #918cef

#918cef #c38cef #8cb9ef

Monochromatic Colors of #918cef

#918cef

Complementary Color

#918cef #eaef8c

#918cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#918cef Color CSS Codes

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

#918cef Text Font Color

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

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


#918cef Background Color

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

This div background color is #918cef


#918cef Border Color

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

This div border color is #918cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918cef


Comments

No comments written yet.

Please login to write comment.