Color Hex Logo

#918cab Color Hex

#918CAB
(145,140,171)
0 Favorites   0 Comments

Color spaces of #918cab

RGB 145140171
HSL0.690.160.61
HSV250°18°67°
CMYK 0.150.180.00   0.33
XYZ28.405827.716242.3807
Yxy27.71620.28840.2814
Hunter Lab52.64624.1807-10.8767
CIE-Lab59.63158.2944-15.6277

#918cab color RGB value is (145,140,171).

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

The process color (four color CMYK) of #918cab color hex is 0.15, 0.18, 0.00, 0.33. Web safe color of #918cab is #999999. Color #918cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 10101011
Octal 221 214 253
Decimal 145 140 171
Hex 91 8C AB

RGB Percentages of Color #918cab

%31.80
%30.70
%37.50

CMYK Percentages of Color #918cab

%15
%18
%0
%33

Triadic Colors of #918cab

#918cab #ab918c #8cab91

Analogous Colors of #918cab

#918cab #a18cab #8c97ab

Monochromatic Colors of #918cab

#918cab

Complementary Color

#918cab #a6ab8c

#918cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#918cab Color CSS Codes

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

#918cab Text Font Color

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

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


#918cab Background Color

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

This div background color is #918cab


#918cab Border Color

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

This div border color is #918cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918cab

#918cab Color Palettes


Comments

No comments written yet.

Please login to write comment.