Color Hex Logo

#8893bf Color Hex

#8893BF
(136,147,191)
0 Favorites   0 Comments

Color spaces of #8893bf

RGB 136147191
HSL0.630.300.64
HSV228°29°75°
CMYK 0.290.230.00   0.25
XYZ29.991029.863353.4737
Yxy29.86330.26460.2635
Hunter Lab54.64732.3298-19.7635
CIE-Lab61.53616.1911-24.1109

#8893bf color RGB value is (136,147,191).

#8893bf hex color red value is 136, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8893bf hue: 0.63 , saturation: 0.30 and the lightness value of 8893bf is 0.64.

The process color (four color CMYK) of #8893bf color hex is 0.29, 0.23, 0.00, 0.25. Web safe color of #8893bf is #9999cc. Color #8893bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010011 10111111
Octal 210 223 277
Decimal 136 147 191
Hex 88 93 BF

RGB Percentages of Color #8893bf

%28.69
%31.01
%40.30

CMYK Percentages of Color #8893bf

%29
%23
%0
%25

Triadic Colors of #8893bf

#8893bf #bf8893 #93bf88

Analogous Colors of #8893bf

#8893bf #9988bf #88afbf

Monochromatic Colors of #8893bf

#8893bf

Complementary Color

#8893bf #bfb488

#8893bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8893bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8893bf Color CSS Codes

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

#8893bf Text Font Color

<p style="color:#8893bf">Text here</p>

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


#8893bf Background Color

<div style="background-color:#8893bf">
Div content here</div>

This div background color is #8893bf


#8893bf Border Color

<div style="border:3px solid #8893bf">
Div here</div>

This div border color is #8893bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,147,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8893bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8893bf;
  -webkit-box-shadow: 1px 1px 3px 2px #8893bf;
  box-shadow:         1px 1px 3px 2px #8893bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8893bf


Comments

No comments written yet.

Please login to write comment.