Color Hex Logo

#8128ba Color Hex

#8128BA
(129,40,186)
0 Favorites   0 Comments

Color spaces of #8128ba

RGB 12940186
HSL0.770.650.44
HSV277°78°73°
CMYK 0.310.780.00   0.27
XYZ18.67509.729947.3481
Yxy9.72990.24650.1284
Hunter Lab31.192852.2799-68.1624
CIE-Lab37.353260.7062-59.5343

#8128ba color RGB value is (129,40,186).

#8128ba hex color red value is 129, green value is 40 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8128ba hue: 0.77 , saturation: 0.65 and the lightness value of 8128ba is 0.44.

The process color (four color CMYK) of #8128ba color hex is 0.31, 0.78, 0.00, 0.27. Web safe color of #8128ba is #9933cc. Color #8128ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101000 10111010
Octal 201 50 272
Decimal 129 40 186
Hex 81 28 BA

RGB Percentages of Color #8128ba

%36.34
%11.27
%52.39

CMYK Percentages of Color #8128ba

%31
%78
%0
%27

Triadic Colors of #8128ba

#8128ba #ba8128 #28ba81

Analogous Colors of #8128ba

#8128ba #ba28aa #3828ba

Monochromatic Colors of #8128ba

#8128ba

Complementary Color

#8128ba #61ba28

#8128ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8128ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8128ba Color CSS Codes

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

#8128ba Text Font Color

<p style="color:#8128ba">Text here</p>

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


#8128ba Background Color

<div style="background-color:#8128ba">
Div content here</div>

This div background color is #8128ba


#8128ba Border Color

<div style="border:3px solid #8128ba">
Div here</div>

This div border color is #8128ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,40,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8128ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8128ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8128ba;
  box-shadow:         1px 1px 3px 2px #8128ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,40,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8128ba


Comments

No comments written yet.

Please login to write comment.