Color Hex Logo

#889ffd Color Hex

#889FFD
(136,159,253)
0 Favorites   0 Comments

Color spaces of #889ffd

RGB 136159253
HSL0.630.970.76
HSV228°46°99°
CMYK 0.460.370.00   0.01
XYZ40.281137.122497.9708
Yxy37.12240.22970.2117
Hunter Lab60.928211.3865-52.6870
CIE-Lab67.368816.2220-49.3429

#889ffd color RGB value is (136,159,253).

#889ffd hex color red value is 136, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #889ffd hue: 0.63 , saturation: 0.97 and the lightness value of 889ffd is 0.76.

The process color (four color CMYK) of #889ffd color hex is 0.46, 0.37, 0.00, 0.01. Web safe color of #889ffd is #9999ff. Color #889ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11111101
Octal 210 237 375
Decimal 136 159 253
Hex 88 9F FD

RGB Percentages of Color #889ffd

%24.82
%29.01
%46.17

CMYK Percentages of Color #889ffd

%46
%37
%0
%1

Triadic Colors of #889ffd

#889ffd #fd889f #9ffd88

Analogous Colors of #889ffd

#889ffd #ac88fd #88dafd

Monochromatic Colors of #889ffd

#889ffd

Complementary Color

#889ffd #fde688

#889ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ffd Color CSS Codes

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

#889ffd Text Font Color

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

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


#889ffd Background Color

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

This div background color is #889ffd


#889ffd Border Color

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

This div border color is #889ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,159,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ffd


Comments

No comments written yet.

Please login to write comment.