Color Hex Logo

#899fe5 Color Hex

#899FE5
(137,159,229)
0 Favorites   0 Comments

Color spaces of #899fe5

RGB 137159229
HSL0.630.640.72
HSV226°40°90°
CMYK 0.400.310.00   0.10
XYZ36.857535.771879.0908
Yxy35.77180.24290.2358
Hunter Lab59.80955.3336-36.5371
CIE-Lab66.34529.6771-37.8099

#899fe5 color RGB value is (137,159,229).

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

The process color (four color CMYK) of #899fe5 color hex is 0.40, 0.31, 0.00, 0.10. Web safe color of #899fe5 is #9999cc. Color #899fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11100101
Octal 211 237 345
Decimal 137 159 229
Hex 89 9F E5

RGB Percentages of Color #899fe5

%26.10
%30.29
%43.62

CMYK Percentages of Color #899fe5

%40
%31
%0
%10

Triadic Colors of #899fe5

#899fe5 #e5899f #9fe589

Analogous Colors of #899fe5

#899fe5 #a189e5 #89cde5

Monochromatic Colors of #899fe5

#899fe5

Complementary Color

#899fe5 #e5cf89

#899fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fe5 Color CSS Codes

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

#899fe5 Text Font Color

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

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


#899fe5 Background Color

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

This div background color is #899fe5


#899fe5 Border Color

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

This div border color is #899fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fe5


Comments

No comments written yet.

Please login to write comment.