Color Hex Logo

#8374aa Color Hex

#8374AA
(131,116,170)
0 Favorites   0 Comments

Color spaces of #8374aa

RGB 131116170
HSL0.710.240.56
HSV257°32°67°
CMYK 0.230.320.00   0.33
XYZ22.861220.218440.7278
Yxy20.21840.27280.2412
Hunter Lab44.964912.0651-22.2276
CIE-Lab52.083217.4875-26.7183

#8374aa color RGB value is (131,116,170).

#8374aa hex color red value is 131, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8374aa hue: 0.71 , saturation: 0.24 and the lightness value of 8374aa is 0.56.

The process color (four color CMYK) of #8374aa color hex is 0.23, 0.32, 0.00, 0.33. Web safe color of #8374aa is #996699. Color #8374aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110100 10101010
Octal 203 164 252
Decimal 131 116 170
Hex 83 74 AA

RGB Percentages of Color #8374aa

%31.41
%27.82
%40.77

CMYK Percentages of Color #8374aa

%23
%32
%0
%33

Triadic Colors of #8374aa

#8374aa #aa8374 #74aa83

Analogous Colors of #8374aa

#8374aa #9e74aa #7480aa

Monochromatic Colors of #8374aa

#8374aa

Complementary Color

#8374aa #9baa74

#8374aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8374aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8374aa Color CSS Codes

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

#8374aa Text Font Color

<p style="color:#8374aa">Text here</p>

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


#8374aa Background Color

<div style="background-color:#8374aa">
Div content here</div>

This div background color is #8374aa


#8374aa Border Color

<div style="border:3px solid #8374aa">
Div here</div>

This div border color is #8374aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,116,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8374aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8374aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8374aa;
  box-shadow:         1px 1px 3px 2px #8374aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,116,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8374aa


Comments

No comments written yet.

Please login to write comment.