Color Hex Logo

#918abf Color Hex

#918ABF
(145,138,191)
0 Favorites   0 Comments

Color spaces of #918abf

RGB 145138191
HSL0.690.290.65
HSV248°28°75°
CMYK 0.240.280.00   0.25
XYZ30.169527.958353.0966
Yxy27.95830.27120.2514
Hunter Lab52.87569.3153-22.5249
CIE-Lab59.851014.1282-26.6444

#918abf color RGB value is (145,138,191).

#918abf hex color red value is 145, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #918abf hue: 0.69 , saturation: 0.29 and the lightness value of 918abf is 0.65.

The process color (four color CMYK) of #918abf color hex is 0.24, 0.28, 0.00, 0.25. Web safe color of #918abf is #9999cc. Color #918abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 10111111
Octal 221 212 277
Decimal 145 138 191
Hex 91 8A BF

RGB Percentages of Color #918abf

%30.59
%29.11
%40.30

CMYK Percentages of Color #918abf

%24
%28
%0
%25

Triadic Colors of #918abf

#918abf #bf918a #8abf91

Analogous Colors of #918abf

#918abf #ac8abf #8a9ebf

Monochromatic Colors of #918abf

#918abf

Complementary Color

#918abf #b8bf8a

#918abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#918abf Color CSS Codes

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

#918abf Text Font Color

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

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


#918abf Background Color

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

This div background color is #918abf


#918abf Border Color

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

This div border color is #918abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918abf


Comments

No comments written yet.

Please login to write comment.