Color Hex Logo

#8037ba Color Hex

#8037BA
(128,55,186)
0 Favorites   0 Comments

Color spaces of #8037ba

RGB 12855186
HSL0.760.540.47
HSV273°70°73°
CMYK 0.310.700.00   0.27
XYZ19.131210.866747.5435
Yxy10.86670.24670.1401
Hunter Lab32.964745.9051-62.4361
CIE-Lab39.355054.4256-56.2910

#8037ba color RGB value is (128,55,186).

#8037ba hex color red value is 128, green value is 55 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8037ba hue: 0.76 , saturation: 0.54 and the lightness value of 8037ba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 10111010
Octal 200 67 272
Decimal 128 55 186
Hex 80 37 BA

RGB Percentages of Color #8037ba

%34.69
%14.91
%50.41

CMYK Percentages of Color #8037ba

%31
%70
%0
%27

Triadic Colors of #8037ba

#8037ba #ba8037 #37ba80

Analogous Colors of #8037ba

#8037ba #ba37b3 #3f37ba

Monochromatic Colors of #8037ba

#8037ba

Complementary Color

#8037ba #71ba37

#8037ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8037ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8037ba Color CSS Codes

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

#8037ba Text Font Color

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

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


#8037ba Background Color

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

This div background color is #8037ba


#8037ba Border Color

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

This div border color is #8037ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,55,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 #8037ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8037ba


Comments

No comments written yet.

Please login to write comment.