Color Hex Logo

#889aff Color Hex

#889AFF
(136,154,255)
0 Favorites   0 Comments

Color spaces of #889aff

RGB 136154255
HSL0.641.000.77
HSV231°47°100°
CMYK 0.470.400.00   0.00
XYZ39.758935.565499.3770
Yxy35.56540.22760.2036
Hunter Lab59.636714.6389-57.0535
CIE-Lab66.186519.6878-52.3007

#889aff color RGB value is (136,154,255).

#889aff hex color red value is 136, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #889aff hue: 0.64 , saturation: 1.00 and the lightness value of 889aff is 0.77.

The process color (four color CMYK) of #889aff color hex is 0.47, 0.40, 0.00, 0.00. Web safe color of #889aff is #9999ff. Color #889aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11111111
Octal 210 232 377
Decimal 136 154 255
Hex 88 9A FF

RGB Percentages of Color #889aff

%24.95
%28.26
%46.79

CMYK Percentages of Color #889aff

%47
%40
%0
%0

Triadic Colors of #889aff

#889aff #ff889a #9aff88

Analogous Colors of #889aff

#889aff #b288ff #88d6ff

Monochromatic Colors of #889aff

#889aff

Complementary Color

#889aff #ffed88

#889aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#889aff Color CSS Codes

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

#889aff Text Font Color

<p style="color:#889aff">Text here</p>

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


#889aff Background Color

<div style="background-color:#889aff">
Div content here</div>

This div background color is #889aff


#889aff Border Color

<div style="border:3px solid #889aff">
Div here</div>

This div border color is #889aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,154,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889aff;
  -webkit-box-shadow: 1px 1px 3px 2px #889aff;
  box-shadow:         1px 1px 3px 2px #889aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,154,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 #889aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889aff


Comments

No comments written yet.

Please login to write comment.