Color Hex Logo

#8a93bb Color Hex

#8A93BB
(138,147,187)
0 Favorites   0 Comments

Color spaces of #8a93bb

RGB 138147187
HSL0.640.260.64
HSV229°26°73°
CMYK 0.260.210.00   0.27
XYZ29.884629.858651.2019
Yxy29.85860.26940.2691
Hunter Lab54.64301.9974-17.3061
CIE-Lab61.53205.8056-21.8509

#8a93bb color RGB value is (138,147,187).

#8a93bb hex color red value is 138, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8a93bb hue: 0.64 , saturation: 0.26 and the lightness value of 8a93bb is 0.64.

The process color (four color CMYK) of #8a93bb color hex is 0.26, 0.21, 0.00, 0.27. Web safe color of #8a93bb is #9999cc. Color #8a93bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010011 10111011
Octal 212 223 273
Decimal 138 147 187
Hex 8A 93 BB

RGB Percentages of Color #8a93bb

%29.24
%31.14
%39.62

CMYK Percentages of Color #8a93bb

%26
%21
%0
%27

Triadic Colors of #8a93bb

#8a93bb #bb8a93 #93bb8a

Analogous Colors of #8a93bb

#8a93bb #9a8abb #8aacbb

Monochromatic Colors of #8a93bb

#8a93bb

Complementary Color

#8a93bb #bbb28a

#8a93bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a93bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a93bb Color CSS Codes

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

#8a93bb Text Font Color

<p style="color:#8a93bb">Text here</p>

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


#8a93bb Background Color

<div style="background-color:#8a93bb">
Div content here</div>

This div background color is #8a93bb


#8a93bb Border Color

<div style="border:3px solid #8a93bb">
Div here</div>

This div border color is #8a93bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,147,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a93bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a93bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8a93bb;
  box-shadow:         1px 1px 3px 2px #8a93bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a93bb


Comments

No comments written yet.

Please login to write comment.