Color Hex Logo

#8b7aec Color Hex

#8B7AEC
(139,122,236)
0 Favorites   0 Comments

Color spaces of #8b7aec

RGB 139122236
HSL0.690.750.70
HSV249°48°93°
CMYK 0.410.480.00   0.07
XYZ32.747325.464282.5460
Yxy25.46420.23270.1809
Hunter Lab50.462127.5288-61.6633
CIE-Lab57.524933.6045-55.5981

#8b7aec color RGB value is (139,122,236).

#8b7aec hex color red value is 139, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8b7aec hue: 0.69 , saturation: 0.75 and the lightness value of 8b7aec is 0.70.

The process color (four color CMYK) of #8b7aec color hex is 0.41, 0.48, 0.00, 0.07. Web safe color of #8b7aec is #9966ff. Color #8b7aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01111010 11101100
Octal 213 172 354
Decimal 139 122 236
Hex 8B 7A EC

RGB Percentages of Color #8b7aec

%27.97
%24.55
%47.48

CMYK Percentages of Color #8b7aec

%41
%48
%0
%7

Triadic Colors of #8b7aec

#8b7aec #ec8b7a #7aec8b

Analogous Colors of #8b7aec

#8b7aec #c47aec #7aa2ec

Monochromatic Colors of #8b7aec

#8b7aec

Complementary Color

#8b7aec #dbec7a

#8b7aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7aec Color CSS Codes

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

#8b7aec Text Font Color

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

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


#8b7aec Background Color

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

This div background color is #8b7aec


#8b7aec Border Color

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

This div border color is #8b7aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7aec


Comments

No comments written yet.

Please login to write comment.