Color Hex Logo

#8035ae Color Hex

#8035AE
(128,53,174)
0 Favorites   0 Comments

Color spaces of #8035ae

RGB 12853174
HSL0.770.530.45
HSV277°70°68°
CMYK 0.260.700.00   0.32
XYZ17.815210.191441.0726
Yxy10.19140.25790.1475
Hunter Lab31.924043.7451-53.9343
CIE-Lab38.183852.5951-51.0884

#8035ae color RGB value is (128,53,174).

#8035ae hex color red value is 128, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8035ae hue: 0.77 , saturation: 0.53 and the lightness value of 8035ae is 0.45.

The process color (four color CMYK) of #8035ae color hex is 0.26, 0.70, 0.00, 0.32. Web safe color of #8035ae is #993399. Color #8035ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 10101110
Octal 200 65 256
Decimal 128 53 174
Hex 80 35 AE

RGB Percentages of Color #8035ae

%36.06
%14.93
%49.01

CMYK Percentages of Color #8035ae

%26
%70
%0
%32

Triadic Colors of #8035ae

#8035ae #ae8035 #35ae80

Analogous Colors of #8035ae

#8035ae #ae35a0 #4435ae

Monochromatic Colors of #8035ae

#8035ae

Complementary Color

#8035ae #63ae35

#8035ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8035ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8035ae Color CSS Codes

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

#8035ae Text Font Color

<p style="color:#8035ae">Text here</p>

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


#8035ae Background Color

<div style="background-color:#8035ae">
Div content here</div>

This div background color is #8035ae


#8035ae Border Color

<div style="border:3px solid #8035ae">
Div here</div>

This div border color is #8035ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,53,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8035ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8035ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8035ae;
  box-shadow:         1px 1px 3px 2px #8035ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,53,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8035ae


Comments

No comments written yet.

Please login to write comment.