Color Hex Logo

#918ace Color Hex

#918ACE
(145,138,206)
0 Favorites   0 Comments

Color spaces of #918ace

RGB 145138206
HSL0.680.410.67
HSV246°33°81°
CMYK 0.300.330.00   0.19
XYZ31.906128.652962.2415
Yxy28.65290.25980.2333
Hunter Lab53.528412.7219-31.4711
CIE-Lab60.474117.8653-34.1336

#918ace color RGB value is (145,138,206).

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

The process color (four color CMYK) of #918ace color hex is 0.30, 0.33, 0.00, 0.19. Web safe color of #918ace is #9999cc. Color #918ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 11001110
Octal 221 212 316
Decimal 145 138 206
Hex 91 8A CE

RGB Percentages of Color #918ace

%29.65
%28.22
%42.13

CMYK Percentages of Color #918ace

%30
%33
%0
%19

Triadic Colors of #918ace

#918ace #ce918a #8ace91

Analogous Colors of #918ace

#918ace #b38ace #8aa5ce

Monochromatic Colors of #918ace

#918ace

Complementary Color

#918ace #c7ce8a

#918ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#918ace Color CSS Codes

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

#918ace Text Font Color

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

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


#918ace Background Color

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

This div background color is #918ace


#918ace Border Color

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

This div border color is #918ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918ace


Comments

No comments written yet.

Please login to write comment.