Color Hex Logo

#899ccf Color Hex

#899CCF
(137,156,207)
0 Favorites   0 Comments

Color spaces of #899ccf

RGB 137156207
HSL0.620.420.67
HSV224°34°81°
CMYK 0.340.250.00   0.19
XYZ33.467533.600363.7531
Yxy33.60030.25580.2568
Hunter Lab57.96581.6199-24.6335
CIE-Lab64.64415.4697-28.2769

#899ccf color RGB value is (137,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 11001111
Octal 211 234 317
Decimal 137 156 207
Hex 89 9C CF

RGB Percentages of Color #899ccf

%27.40
%31.20
%41.40

CMYK Percentages of Color #899ccf

%34
%25
%0
%19

Triadic Colors of #899ccf

#899ccf #cf899c #9ccf89

Analogous Colors of #899ccf

#899ccf #9989cf #89bfcf

Monochromatic Colors of #899ccf

#899ccf

Complementary Color

#899ccf #cfbc89

#899ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ccf Color CSS Codes

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

#899ccf Text Font Color

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

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


#899ccf Background Color

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

This div background color is #899ccf


#899ccf Border Color

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

This div border color is #899ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ccf


Comments

No comments written yet.

Please login to write comment.