Color Hex Logo

#834eae Color Hex

#834EAE
(131,78,174)
0 Favorites   0 Comments

Color spaces of #834eae

RGB 13178174
HSL0.760.380.49
HSV273°55°68°
CMYK 0.250.550.00   0.32
XYZ19.724413.330141.5778
Yxy13.33010.26430.1786
Hunter Lab36.510432.5397-41.9618
CIE-Lab43.256540.6070-42.9325

#834eae color RGB value is (131,78,174).

#834eae hex color red value is 131, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #834eae hue: 0.76 , saturation: 0.38 and the lightness value of 834eae is 0.49.

The process color (four color CMYK) of #834eae color hex is 0.25, 0.55, 0.00, 0.32. Web safe color of #834eae is #996699. Color #834eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001110 10101110
Octal 203 116 256
Decimal 131 78 174
Hex 83 4E AE

RGB Percentages of Color #834eae

%34.20
%20.37
%45.43

CMYK Percentages of Color #834eae

%25
%55
%0
%32

Triadic Colors of #834eae

#834eae #ae834e #4eae83

Analogous Colors of #834eae

#834eae #ae4ea9 #534eae

Monochromatic Colors of #834eae

#834eae

Complementary Color

#834eae #79ae4e

#834eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#834eae Color CSS Codes

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

#834eae Text Font Color

<p style="color:#834eae">Text here</p>

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


#834eae Background Color

<div style="background-color:#834eae">
Div content here</div>

This div background color is #834eae


#834eae Border Color

<div style="border:3px solid #834eae">
Div here</div>

This div border color is #834eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834eae


Comments

No comments written yet.

Please login to write comment.