Color Hex Logo

#8a6fbe Color Hex

#8A6FBE
(138,111,190)
0 Favorites   0 Comments

Color spaces of #8a6fbe

RGB 138111190
HSL0.720.380.59
HSV261°42°75°
CMYK 0.270.420.00   0.25
XYZ25.459920.489951.3283
Yxy20.48990.26170.2106
Hunter Lab45.265821.1829-35.5448
CIE-Lab52.386627.5417-37.7467

#8a6fbe color RGB value is (138,111,190).

#8a6fbe hex color red value is 138, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8a6fbe hue: 0.72 , saturation: 0.38 and the lightness value of 8a6fbe is 0.59.

The process color (four color CMYK) of #8a6fbe color hex is 0.27, 0.42, 0.00, 0.25. Web safe color of #8a6fbe is #9966cc. Color #8a6fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101111 10111110
Octal 212 157 276
Decimal 138 111 190
Hex 8A 6F BE

RGB Percentages of Color #8a6fbe

%31.44
%25.28
%43.28

CMYK Percentages of Color #8a6fbe

%27
%42
%0
%25

Triadic Colors of #8a6fbe

#8a6fbe #be8a6f #6fbe8a

Analogous Colors of #8a6fbe

#8a6fbe #b26fbe #6f7cbe

Monochromatic Colors of #8a6fbe

#8a6fbe

Complementary Color

#8a6fbe #a3be6f

#8a6fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6fbe Color CSS Codes

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

#8a6fbe Text Font Color

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

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


#8a6fbe Background Color

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

This div background color is #8a6fbe


#8a6fbe Border Color

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

This div border color is #8a6fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6fbe


Comments

No comments written yet.

Please login to write comment.