Color Hex Logo

#8a4ba8 Color Hex

#8A4BA8
(138,75,168)
0 Favorites   0 Comments

Color spaces of #8a4ba8

RGB 13875168
HSL0.780.380.48
HSV281°55°66°
CMYK 0.180.550.00   0.34
XYZ20.065213.262638.5482
Yxy13.26260.27920.1845
Hunter Lab36.417934.6172-37.2658
CIE-Lab43.156342.7340-39.4917

#8a4ba8 color RGB value is (138,75,168).

#8a4ba8 hex color red value is 138, green value is 75 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #8a4ba8 hue: 0.78 , saturation: 0.38 and the lightness value of 8a4ba8 is 0.48.

The process color (four color CMYK) of #8a4ba8 color hex is 0.18, 0.55, 0.00, 0.34. Web safe color of #8a4ba8 is #993399. Color #8a4ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01001011 10101000
Octal 212 113 250
Decimal 138 75 168
Hex 8A 4B A8

RGB Percentages of Color #8a4ba8

%36.22
%19.69
%44.09

CMYK Percentages of Color #8a4ba8

%18
%55
%0
%34

Triadic Colors of #8a4ba8

#8a4ba8 #a88a4b #4ba88a

Analogous Colors of #8a4ba8

#8a4ba8 #a84b98 #5c4ba8

Monochromatic Colors of #8a4ba8

#8a4ba8

Complementary Color

#8a4ba8 #69a84b

#8a4ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a4ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a4ba8 Color CSS Codes

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

#8a4ba8 Text Font Color

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

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


#8a4ba8 Background Color

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

This div background color is #8a4ba8


#8a4ba8 Border Color

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

This div border color is #8a4ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a4ba8


Comments

No comments written yet.

Please login to write comment.