Color Hex Logo

#8350ae Color Hex

#8350AE
(131,80,174)
0 Favorites   0 Comments

Color spaces of #8350ae

RGB 13180174
HSL0.760.370.50
HSV273°54°68°
CMYK 0.250.540.00   0.32
XYZ19.868713.618641.6259
Yxy13.61860.26450.1813
Hunter Lab36.903431.5231-41.0449
CIE-Lab43.680939.4976-42.2566

#8350ae color RGB value is (131,80,174).

#8350ae hex color red value is 131, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8350ae hue: 0.76 , saturation: 0.37 and the lightness value of 8350ae is 0.50.

The process color (four color CMYK) of #8350ae color hex is 0.25, 0.54, 0.00, 0.32. Web safe color of #8350ae is #996699. Color #8350ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010000 10101110
Octal 203 120 256
Decimal 131 80 174
Hex 83 50 AE

RGB Percentages of Color #8350ae

%34.03
%20.78
%45.19

CMYK Percentages of Color #8350ae

%25
%54
%0
%32

Triadic Colors of #8350ae

#8350ae #ae8350 #50ae83

Analogous Colors of #8350ae

#8350ae #ae50aa #5450ae

Monochromatic Colors of #8350ae

#8350ae

Complementary Color

#8350ae #7bae50

#8350ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8350ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8350ae Color CSS Codes

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

#8350ae Text Font Color

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

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


#8350ae Background Color

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

This div background color is #8350ae


#8350ae Border Color

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

This div border color is #8350ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,80,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 #8350ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8350ae


Comments

No comments written yet.

Please login to write comment.