Color Hex Logo

#898bcf Color Hex

#898BCF
(137,139,207)
0 Favorites   0 Comments

Color spaces of #898bcf

RGB 137139207
HSL0.660.420.67
HSV238°34°81°
CMYK 0.340.330.00   0.19
XYZ30.811628.288662.8678
Yxy28.28860.25260.2319
Hunter Lab53.187010.3289-32.8507
CIE-Lab60.148615.2485-35.2497

#898bcf color RGB value is (137,139,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11001111
Octal 211 213 317
Decimal 137 139 207
Hex 89 8B CF

RGB Percentages of Color #898bcf

%28.36
%28.78
%42.86

CMYK Percentages of Color #898bcf

%34
%33
%0
%19

Triadic Colors of #898bcf

#898bcf #cf898b #8bcf89

Analogous Colors of #898bcf

#898bcf #aa89cf #89aecf

Monochromatic Colors of #898bcf

#898bcf

Complementary Color

#898bcf #cfcd89

#898bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bcf Color CSS Codes

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

#898bcf Text Font Color

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

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


#898bcf Background Color

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

This div background color is #898bcf


#898bcf Border Color

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

This div border color is #898bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bcf


Comments

No comments written yet.

Please login to write comment.