Color Hex Logo

#918cec Color Hex

#918CEC
(145,140,236)
0 Favorites   0 Comments

Color spaces of #918cec

RGB 145140236
HSL0.680.720.74
HSV243°41°93°
CMYK 0.390.410.00   0.07
XYZ36.195530.832083.4004
Yxy30.83200.24060.2050
Hunter Lab55.526619.1854-50.1844
CIE-Lab62.365624.6346-47.8792

#918cec color RGB value is (145,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 11101100
Octal 221 214 354
Decimal 145 140 236
Hex 91 8C EC

RGB Percentages of Color #918cec

%27.83
%26.87
%45.30

CMYK Percentages of Color #918cec

%39
%41
%0
%7

Triadic Colors of #918cec

#918cec #ec918c #8cec91

Analogous Colors of #918cec

#918cec #c18cec #8cb7ec

Monochromatic Colors of #918cec

#918cec

Complementary Color

#918cec #e7ec8c

#918cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#918cec Color CSS Codes

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

#918cec Text Font Color

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

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


#918cec Background Color

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

This div background color is #918cec


#918cec Border Color

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

This div border color is #918cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918cec


Comments

No comments written yet.

Please login to write comment.