Color Hex Logo

#8a75bb Color Hex

#8A75BB
(138,117,187)
0 Favorites   0 Comments

Color spaces of #8a75bb

RGB 138117187
HSL0.720.340.60
HSV258°37°73°
CMYK 0.260.370.00   0.27
XYZ25.812221.713749.8444
Yxy21.71370.26510.2230
Hunter Lab46.598017.3308-30.8021
CIE-Lab53.721923.2661-33.9298

#8a75bb color RGB value is (138,117,187).

#8a75bb hex color red value is 138, green value is 117 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8a75bb hue: 0.72 , saturation: 0.34 and the lightness value of 8a75bb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110101 10111011
Octal 212 165 273
Decimal 138 117 187
Hex 8A 75 BB

RGB Percentages of Color #8a75bb

%31.22
%26.47
%42.31

CMYK Percentages of Color #8a75bb

%26
%37
%0
%27

Triadic Colors of #8a75bb

#8a75bb #bb8a75 #75bb8a

Analogous Colors of #8a75bb

#8a75bb #ad75bb #7583bb

Monochromatic Colors of #8a75bb

#8a75bb

Complementary Color

#8a75bb #a6bb75

#8a75bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a75bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a75bb Color CSS Codes

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

#8a75bb Text Font Color

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

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


#8a75bb Background Color

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

This div background color is #8a75bb


#8a75bb Border Color

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

This div border color is #8a75bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a75bb


Comments

No comments written yet.

Please login to write comment.