Color Hex Logo

#8897cc Color Hex

#8897CC
(136,151,204)
0 Favorites   0 Comments

Color spaces of #8897cc

RGB 136151204
HSL0.630.400.67
HSV227°33°80°
CMYK 0.330.260.00   0.20
XYZ32.119031.727161.5578
Yxy31.72710.25610.2530
Hunter Lab56.32683.2134-25.3674
CIE-Lab63.11677.2459-28.9673

#8897cc color RGB value is (136,151,204).

#8897cc hex color red value is 136, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8897cc hue: 0.63 , saturation: 0.40 and the lightness value of 8897cc is 0.67.

The process color (four color CMYK) of #8897cc color hex is 0.33, 0.26, 0.00, 0.20. Web safe color of #8897cc is #9999cc. Color #8897cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010111 11001100
Octal 210 227 314
Decimal 136 151 204
Hex 88 97 CC

RGB Percentages of Color #8897cc

%27.70
%30.75
%41.55

CMYK Percentages of Color #8897cc

%33
%26
%0
%20

Triadic Colors of #8897cc

#8897cc #cc8897 #97cc88

Analogous Colors of #8897cc

#8897cc #9b88cc #88b9cc

Monochromatic Colors of #8897cc

#8897cc

Complementary Color

#8897cc #ccbd88

#8897cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8897cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8897cc Color CSS Codes

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

#8897cc Text Font Color

<p style="color:#8897cc">Text here</p>

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


#8897cc Background Color

<div style="background-color:#8897cc">
Div content here</div>

This div background color is #8897cc


#8897cc Border Color

<div style="border:3px solid #8897cc">
Div here</div>

This div border color is #8897cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,151,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8897cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8897cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8897cc;
  box-shadow:         1px 1px 3px 2px #8897cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,151,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8897cc


Comments

No comments written yet.

Please login to write comment.