Color Hex Logo

#899bca Color Hex

#899BCA
(137,155,202)
0 Favorites   0 Comments

Color spaces of #899bca

RGB 137155202
HSL0.620.380.66
HSV223°32°79°
CMYK 0.320.230.00   0.21
XYZ32.698533.025360.5282
Yxy33.02530.25900.2616
Hunter Lab57.46760.9963-22.2203
CIE-Lab64.18144.7387-26.2045

#899bca color RGB value is (137,155,202).

#899bca hex color red value is 137, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #899bca hue: 0.62 , saturation: 0.38 and the lightness value of 899bca is 0.66.

The process color (four color CMYK) of #899bca color hex is 0.32, 0.23, 0.00, 0.21. Web safe color of #899bca is #9999cc. Color #899bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11001010
Octal 211 233 312
Decimal 137 155 202
Hex 89 9B CA

RGB Percentages of Color #899bca

%27.73
%31.38
%40.89

CMYK Percentages of Color #899bca

%32
%23
%0
%21

Triadic Colors of #899bca

#899bca #ca899b #9bca89

Analogous Colors of #899bca

#899bca #9889ca #89bcca

Monochromatic Colors of #899bca

#899bca

Complementary Color

#899bca #cab889

#899bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bca Color CSS Codes

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

#899bca Text Font Color

<p style="color:#899bca">Text here</p>

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


#899bca Background Color

<div style="background-color:#899bca">
Div content here</div>

This div background color is #899bca


#899bca Border Color

<div style="border:3px solid #899bca">
Div here</div>

This div border color is #899bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,155,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899bca;
  -webkit-box-shadow: 1px 1px 3px 2px #899bca;
  box-shadow:         1px 1px 3px 2px #899bca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bca


Comments

No comments written yet.

Please login to write comment.