Color Hex Logo

#898dcf Color Hex

#898DCF
(137,141,207)
0 Favorites   0 Comments

Color spaces of #898dcf

RGB 137141207
HSL0.660.420.67
HSV237°34°81°
CMYK 0.340.320.00   0.19
XYZ31.103928.873162.9652
Yxy28.87310.25300.2349
Hunter Lab53.73379.2913-31.8625
CIE-Lab60.669514.0860-34.4375

#898dcf color RGB value is (137,141,207).

#898dcf hex color red value is 137, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #898dcf hue: 0.66 , saturation: 0.42 and the lightness value of 898dcf is 0.67.

The process color (four color CMYK) of #898dcf color hex is 0.34, 0.32, 0.00, 0.19. Web safe color of #898dcf is #9999cc. Color #898dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 11001111
Octal 211 215 317
Decimal 137 141 207
Hex 89 8D CF

RGB Percentages of Color #898dcf

%28.25
%29.07
%42.68

CMYK Percentages of Color #898dcf

%34
%32
%0
%19

Triadic Colors of #898dcf

#898dcf #cf898d #8dcf89

Analogous Colors of #898dcf

#898dcf #a889cf #89b0cf

Monochromatic Colors of #898dcf

#898dcf

Complementary Color

#898dcf #cfcb89

#898dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898dcf Color CSS Codes

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

#898dcf Text Font Color

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

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


#898dcf Background Color

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

This div background color is #898dcf


#898dcf Border Color

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

This div border color is #898dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898dcf


Comments

No comments written yet.

Please login to write comment.