Color Hex Logo

#8337ae Color Hex

#8337AE
(131,55,174)
0 Favorites   0 Comments

Color spaces of #8337ae

RGB 13155174
HSL0.770.520.45
HSV278°68°68°
CMYK 0.250.680.00   0.32
XYZ18.366210.613741.1250
Yxy10.61370.26200.1514
Hunter Lab32.578743.6165-52.0384
CIE-Lab38.922152.3329-49.8769

#8337ae color RGB value is (131,55,174).

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

The process color (four color CMYK) of #8337ae color hex is 0.25, 0.68, 0.00, 0.32. Web safe color of #8337ae is #993399. Color #8337ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110111 10101110
Octal 203 67 256
Decimal 131 55 174
Hex 83 37 AE

RGB Percentages of Color #8337ae

%36.39
%15.28
%48.33

CMYK Percentages of Color #8337ae

%25
%68
%0
%32

Triadic Colors of #8337ae

#8337ae #ae8337 #37ae83

Analogous Colors of #8337ae

#8337ae #ae379e #4737ae

Monochromatic Colors of #8337ae

#8337ae

Complementary Color

#8337ae #62ae37

#8337ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8337ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8337ae Color CSS Codes

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

#8337ae Text Font Color

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

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


#8337ae Background Color

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

This div background color is #8337ae


#8337ae Border Color

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

This div border color is #8337ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8337ae


Comments

No comments written yet.

Please login to write comment.