Color Hex Logo

#898efd Color Hex

#898EFD
(137,142,253)
0 Favorites   0 Comments

Color spaces of #898efd

RGB 137142253
HSL0.660.970.76
HSV237°46°99°
CMYK 0.460.440.00   0.01
XYZ37.719231.756297.0701
Yxy31.75620.22650.1907
Hunter Lab56.352620.8605-62.6830
CIE-Lab63.140926.3084-56.0389

#898efd color RGB value is (137,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11111101
Octal 211 216 375
Decimal 137 142 253
Hex 89 8E FD

RGB Percentages of Color #898efd

%25.75
%26.69
%47.56

CMYK Percentages of Color #898efd

%46
%44
%0
%1

Triadic Colors of #898efd

#898efd #fd898e #8efd89

Analogous Colors of #898efd

#898efd #be89fd #89c8fd

Monochromatic Colors of #898efd

#898efd

Complementary Color

#898efd #fdf889

#898efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898efd Color CSS Codes

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

#898efd Text Font Color

<p style="color:#898efd">Text here</p>

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


#898efd Background Color

<div style="background-color:#898efd">
Div content here</div>

This div background color is #898efd


#898efd Border Color

<div style="border:3px solid #898efd">
Div here</div>

This div border color is #898efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898efd

Related Colors


Comments

No comments written yet.

Please login to write comment.