Color Hex Logo

#898fdf Color Hex

#898FDF
(137,143,223)
0 Favorites   0 Comments

Color spaces of #898fdf

RGB 137143223
HSL0.660.570.71
HSV236°39°87°
CMYK 0.390.360.00   0.13
XYZ33.458330.291073.8953
Yxy30.29100.24310.2201
Hunter Lab55.037312.1987-41.0791
CIE-Lab61.904517.2458-41.4401

#898fdf color RGB value is (137,143,223).

#898fdf hex color red value is 137, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #898fdf hue: 0.66 , saturation: 0.57 and the lightness value of 898fdf is 0.71.

The process color (four color CMYK) of #898fdf color hex is 0.39, 0.36, 0.00, 0.13. Web safe color of #898fdf is #9999cc. Color #898fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 11011111
Octal 211 217 337
Decimal 137 143 223
Hex 89 8F DF

RGB Percentages of Color #898fdf

%27.24
%28.43
%44.33

CMYK Percentages of Color #898fdf

%39
%36
%0
%13

Triadic Colors of #898fdf

#898fdf #df898f #8fdf89

Analogous Colors of #898fdf

#898fdf #ae89df #89badf

Monochromatic Colors of #898fdf

#898fdf

Complementary Color

#898fdf #dfd989

#898fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fdf Color CSS Codes

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

#898fdf Text Font Color

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

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


#898fdf Background Color

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

This div background color is #898fdf


#898fdf Border Color

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

This div border color is #898fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fdf


Comments

No comments written yet.

Please login to write comment.