Color Hex Logo

#918afb Color Hex

#918AFB
(145,138,251)
0 Favorites   0 Comments

Color spaces of #918afb

RGB 145138251
HSL0.680.930.76
HSV244°45°98°
CMYK 0.420.450.00   0.02
XYZ38.178131.161795.2694
Yxy31.16170.23190.1893
Hunter Lab55.822724.3896-62.1110
CIE-Lab62.643929.9347-55.6980

#918afb color RGB value is (145,138,251).

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

The process color (four color CMYK) of #918afb color hex is 0.42, 0.45, 0.00, 0.02. Web safe color of #918afb is #9999ff. Color #918afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 11111011
Octal 221 212 373
Decimal 145 138 251
Hex 91 8A FB

RGB Percentages of Color #918afb

%27.15
%25.84
%47.00

CMYK Percentages of Color #918afb

%42
%45
%0
%2

Triadic Colors of #918afb

#918afb #fb918a #8afb91

Analogous Colors of #918afb

#918afb #ca8afb #8abcfb

Monochromatic Colors of #918afb

#918afb

Complementary Color

#918afb #f4fb8a

#918afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#918afb Color CSS Codes

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

#918afb Text Font Color

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

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


#918afb Background Color

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

This div background color is #918afb


#918afb Border Color

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

This div border color is #918afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918afb


Comments

No comments written yet.

Please login to write comment.