Color Hex Logo

#8a6fbd Color Hex

#8A6FBD
(138,111,189)
0 Favorites   0 Comments

Color spaces of #8a6fbd

RGB 138111189
HSL0.720.370.59
HSV261°41°74°
CMYK 0.270.410.00   0.26
XYZ25.351020.446350.7545
Yxy20.44630.26260.2118
Hunter Lab45.217620.9443-34.8978
CIE-Lab52.338127.2907-37.2482

#8a6fbd color RGB value is (138,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101111 10111101
Octal 212 157 275
Decimal 138 111 189
Hex 8A 6F BD

RGB Percentages of Color #8a6fbd

%31.51
%25.34
%43.15

CMYK Percentages of Color #8a6fbd

%27
%41
%0
%26

Triadic Colors of #8a6fbd

#8a6fbd #bd8a6f #6fbd8a

Analogous Colors of #8a6fbd

#8a6fbd #b16fbd #6f7bbd

Monochromatic Colors of #8a6fbd

#8a6fbd

Complementary Color

#8a6fbd #a2bd6f

#8a6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6fbd Color CSS Codes

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

#8a6fbd Text Font Color

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

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


#8a6fbd Background Color

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

This div background color is #8a6fbd


#8a6fbd Border Color

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

This div border color is #8a6fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6fbd


Comments

No comments written yet.

Please login to write comment.