Color Hex Logo

#918caf Color Hex

#918CAF
(145,140,175)
0 Favorites   0 Comments

Color spaces of #918caf

RGB 145140175
HSL0.690.180.62
HSV249°20°69°
CMYK 0.170.200.00   0.31
XYZ28.793027.871144.4195
Yxy27.87110.28480.2757
Hunter Lab52.79314.9648-12.9308
CIE-Lab59.77219.2003-17.6903

#918caf color RGB value is (145,140,175).

#918caf hex color red value is 145, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #918caf hue: 0.69 , saturation: 0.18 and the lightness value of 918caf is 0.62.

The process color (four color CMYK) of #918caf color hex is 0.17, 0.20, 0.00, 0.31. Web safe color of #918caf is #999999. Color #918caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 10101111
Octal 221 214 257
Decimal 145 140 175
Hex 91 8C AF

RGB Percentages of Color #918caf

%31.52
%30.43
%38.04

CMYK Percentages of Color #918caf

%17
%20
%0
%31

Triadic Colors of #918caf

#918caf #af918c #8caf91

Analogous Colors of #918caf

#918caf #a38caf #8c99af

Monochromatic Colors of #918caf

#918caf

Complementary Color

#918caf #aaaf8c

#918caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#918caf Color CSS Codes

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

#918caf Text Font Color

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

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


#918caf Background Color

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

This div background color is #918caf


#918caf Border Color

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

This div border color is #918caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918caf


Comments

No comments written yet.

Please login to write comment.