Color Hex Logo

#898ced Color Hex

#898CED
(137,140,237)
0 Favorites   0 Comments

Color spaces of #898ced

RGB 137140237
HSL0.660.740.73
HSV238°42°93°
CMYK 0.420.410.00   0.07
XYZ34.980730.189084.1041
Yxy30.18900.23430.2022
Hunter Lab54.944517.4900-52.2946
CIE-Lab61.817022.8985-49.3383

#898ced color RGB value is (137,140,237).

#898ced hex color red value is 137, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #898ced hue: 0.66 , saturation: 0.74 and the lightness value of 898ced is 0.73.

The process color (four color CMYK) of #898ced color hex is 0.42, 0.41, 0.00, 0.07. Web safe color of #898ced is #9999ff. Color #898ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11101101
Octal 211 214 355
Decimal 137 140 237
Hex 89 8C ED

RGB Percentages of Color #898ced

%26.65
%27.24
%46.11

CMYK Percentages of Color #898ced

%42
%41
%0
%7

Triadic Colors of #898ced

#898ced #ed898c #8ced89

Analogous Colors of #898ced

#898ced #b889ed #89beed

Monochromatic Colors of #898ced

#898ced

Complementary Color

#898ced #edea89

#898ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ced Color CSS Codes

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

#898ced Text Font Color

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

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


#898ced Background Color

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

This div background color is #898ced


#898ced Border Color

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

This div border color is #898ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ced


Comments

No comments written yet.

Please login to write comment.