Color Hex Logo

#8b8eda Color Hex

#8B8EDA
(139,142,218)
0 Favorites   0 Comments

Color spaces of #8b8eda

RGB 139142218
HSL0.660.520.70
HSV238°36°85°
CMYK 0.360.350.00   0.15
XYZ32.975429.896970.3624
Yxy29.89690.24750.2244
Hunter Lab54.678111.9637-38.0226
CIE-Lab61.565217.0017-39.1783

#8b8eda color RGB value is (139,142,218).

#8b8eda hex color red value is 139, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8b8eda hue: 0.66 , saturation: 0.52 and the lightness value of 8b8eda is 0.70.

The process color (four color CMYK) of #8b8eda color hex is 0.36, 0.35, 0.00, 0.15. Web safe color of #8b8eda is #9999cc. Color #8b8eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10001110 11011010
Octal 213 216 332
Decimal 139 142 218
Hex 8B 8E DA

RGB Percentages of Color #8b8eda

%27.86
%28.46
%43.69

CMYK Percentages of Color #8b8eda

%36
%35
%0
%15

Triadic Colors of #8b8eda

#8b8eda #da8b8e #8eda8b

Analogous Colors of #8b8eda

#8b8eda #b08bda #8bb6da

Monochromatic Colors of #8b8eda

#8b8eda

Complementary Color

#8b8eda #dad78b

#8b8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b8eda Color CSS Codes

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

#8b8eda Text Font Color

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

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


#8b8eda Background Color

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

This div background color is #8b8eda


#8b8eda Border Color

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

This div border color is #8b8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b8eda


Comments

No comments written yet.

Please login to write comment.