Color Hex Logo

#918acc Color Hex

#918ACC
(145,138,204)
0 Favorites   0 Comments

Color spaces of #918acc

RGB 145138204
HSL0.680.390.67
HSV246°32°80°
CMYK 0.290.320.00   0.20
XYZ31.664628.556360.9698
Yxy28.55630.26130.2356
Hunter Lab53.438112.2530-30.2398
CIE-Lab60.388017.3572-33.1437

#918acc color RGB value is (145,138,204).

#918acc hex color red value is 145, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #918acc hue: 0.68 , saturation: 0.39 and the lightness value of 918acc is 0.67.

The process color (four color CMYK) of #918acc color hex is 0.29, 0.32, 0.00, 0.20. Web safe color of #918acc is #9999cc. Color #918acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 11001100
Octal 221 212 314
Decimal 145 138 204
Hex 91 8A CC

RGB Percentages of Color #918acc

%29.77
%28.34
%41.89

CMYK Percentages of Color #918acc

%29
%32
%0
%20

Triadic Colors of #918acc

#918acc #cc918a #8acc91

Analogous Colors of #918acc

#918acc #b28acc #8aa4cc

Monochromatic Colors of #918acc

#918acc

Complementary Color

#918acc #c5cc8a

#918acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#918acc Color CSS Codes

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

#918acc Text Font Color

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

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


#918acc Background Color

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

This div background color is #918acc


#918acc Border Color

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

This div border color is #918acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918acc


Comments

No comments written yet.

Please login to write comment.