Color Hex Logo

#8a7bbd Color Hex

#8A7BBD
(138,123,189)
0 Favorites   0 Comments

Color spaces of #8a7bbd

RGB 138123189
HSL0.700.330.61
HSV254°35°74°
CMYK 0.270.350.00   0.26
XYZ26.749523.243351.2207
Yxy23.24330.26430.2296
Hunter Lab48.211314.6689-29.2430
CIE-Lab55.322120.2416-32.5768

#8a7bbd color RGB value is (138,123,189).

#8a7bbd hex color red value is 138, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8a7bbd hue: 0.70 , saturation: 0.33 and the lightness value of 8a7bbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111011 10111101
Octal 212 173 275
Decimal 138 123 189
Hex 8A 7B BD

RGB Percentages of Color #8a7bbd

%30.67
%27.33
%42.00

CMYK Percentages of Color #8a7bbd

%27
%35
%0
%26

Triadic Colors of #8a7bbd

#8a7bbd #bd8a7b #7bbd8a

Analogous Colors of #8a7bbd

#8a7bbd #ab7bbd #7b8dbd

Monochromatic Colors of #8a7bbd

#8a7bbd

Complementary Color

#8a7bbd #aebd7b

#8a7bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a7bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a7bbd Color CSS Codes

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

#8a7bbd Text Font Color

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

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


#8a7bbd Background Color

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

This div background color is #8a7bbd


#8a7bbd Border Color

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

This div border color is #8a7bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,123,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 #8a7bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a7bbd


Comments

No comments written yet.

Please login to write comment.