Color Hex Logo

#899ffd Color Hex

#899FFD
(137,159,253)
0 Favorites   0 Comments

Color spaces of #899ffd

RGB 137159253
HSL0.640.970.76
HSV229°46°99°
CMYK 0.460.370.00   0.01
XYZ40.444337.206597.9784
Yxy37.20650.23030.2118
Hunter Lab60.997111.6099-52.5383
CIE-Lab67.431716.4573-49.2395

#899ffd color RGB value is (137,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11111101
Octal 211 237 375
Decimal 137 159 253
Hex 89 9F FD

RGB Percentages of Color #899ffd

%24.95
%28.96
%46.08

CMYK Percentages of Color #899ffd

%46
%37
%0
%1

Triadic Colors of #899ffd

#899ffd #fd899f #9ffd89

Analogous Colors of #899ffd

#899ffd #ad89fd #89d9fd

Monochromatic Colors of #899ffd

#899ffd

Complementary Color

#899ffd #fde789

#899ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ffd Color CSS Codes

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

#899ffd Text Font Color

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

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


#899ffd Background Color

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

This div background color is #899ffd


#899ffd Border Color

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

This div border color is #899ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #899ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.