Color Hex Logo

#8994ff Color Hex

#8994FF
(137,148,255)
0 Favorites   0 Comments

Color spaces of #8994ff

RGB 137148255
HSL0.651.000.77
HSV234°46°100°
CMYK 0.460.420.00   0.00
XYZ38.956433.718299.0628
Yxy33.71820.22680.1963
Hunter Lab58.067418.1347-60.5014
CIE-Lab64.738323.3973-54.5930

#8994ff color RGB value is (137,148,255).

#8994ff hex color red value is 137, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8994ff hue: 0.65 , saturation: 1.00 and the lightness value of 8994ff is 0.77.

The process color (four color CMYK) of #8994ff color hex is 0.46, 0.42, 0.00, 0.00. Web safe color of #8994ff is #9999ff. Color #8994ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 11111111
Octal 211 224 377
Decimal 137 148 255
Hex 89 94 FF

RGB Percentages of Color #8994ff

%25.37
%27.41
%47.22

CMYK Percentages of Color #8994ff

%46
%42
%0
%0

Triadic Colors of #8994ff

#8994ff #ff8994 #94ff89

Analogous Colors of #8994ff

#8994ff #b989ff #89cfff

Monochromatic Colors of #8994ff

#8994ff

Complementary Color

#8994ff #fff489

#8994ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8994ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8994ff Color CSS Codes

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

#8994ff Text Font Color

<p style="color:#8994ff">Text here</p>

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


#8994ff Background Color

<div style="background-color:#8994ff">
Div content here</div>

This div background color is #8994ff


#8994ff Border Color

<div style="border:3px solid #8994ff">
Div here</div>

This div border color is #8994ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,148,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8994ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8994ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8994ff;
  box-shadow:         1px 1px 3px 2px #8994ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,148,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8994ff


Comments

No comments written yet.

Please login to write comment.