Color Hex Logo

#8439ae Color Hex

#8439AE
(132,57,174)
0 Favorites   0 Comments

Color spaces of #8439ae

RGB 13257174
HSL0.770.510.45
HSV278°67°68°
CMYK 0.240.670.00   0.32
XYZ18.618810.887841.1646
Yxy10.88780.26350.1541
Hunter Lab32.996742.9768-50.8689
CIE-Lab39.390951.6315-49.1151

#8439ae color RGB value is (132,57,174).

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

The process color (four color CMYK) of #8439ae color hex is 0.24, 0.67, 0.00, 0.32. Web safe color of #8439ae is #993399. Color #8439ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 10101110
Octal 204 71 256
Decimal 132 57 174
Hex 84 39 AE

RGB Percentages of Color #8439ae

%36.36
%15.70
%47.93

CMYK Percentages of Color #8439ae

%24
%67
%0
%32

Triadic Colors of #8439ae

#8439ae #ae8439 #39ae84

Analogous Colors of #8439ae

#8439ae #ae399e #4939ae

Monochromatic Colors of #8439ae

#8439ae

Complementary Color

#8439ae #63ae39

#8439ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8439ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8439ae Color CSS Codes

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

#8439ae Text Font Color

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

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


#8439ae Background Color

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

This div background color is #8439ae


#8439ae Border Color

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

This div border color is #8439ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8439ae


Comments

No comments written yet.

Please login to write comment.