Color Hex Logo

#8a8beb Color Hex

#8A8BEB
(138,139,235)
0 Favorites   0 Comments

Color spaces of #8a8beb

RGB 138139235
HSL0.660.710.73
HSV239°41°92°
CMYK 0.410.410.00   0.08
XYZ34.709229.866782.5327
Yxy29.86670.23590.2030
Hunter Lab54.650417.7294-51.2840
CIE-Lab61.539023.1670-48.6674

#8a8beb color RGB value is (138,139,235).

#8a8beb hex color red value is 138, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8a8beb hue: 0.66 , saturation: 0.71 and the lightness value of 8a8beb is 0.73.

The process color (four color CMYK) of #8a8beb color hex is 0.41, 0.41, 0.00, 0.08. Web safe color of #8a8beb is #9999ff. Color #8a8beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001011 11101011
Octal 212 213 353
Decimal 138 139 235
Hex 8A 8B EB

RGB Percentages of Color #8a8beb

%26.95
%27.15
%45.90

CMYK Percentages of Color #8a8beb

%41
%41
%0
%8

Triadic Colors of #8a8beb

#8a8beb #eb8a8b #8beb8a

Analogous Colors of #8a8beb

#8a8beb #ba8aeb #8abceb

Monochromatic Colors of #8a8beb

#8a8beb

Complementary Color

#8a8beb #ebea8a

#8a8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a8beb Color CSS Codes

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

#8a8beb Text Font Color

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

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


#8a8beb Background Color

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

This div background color is #8a8beb


#8a8beb Border Color

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

This div border color is #8a8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a8beb


Comments

No comments written yet.

Please login to write comment.