Color Hex Logo

#834eac Color Hex

#834EAC
(131,78,172)
0 Favorites   0 Comments

Color spaces of #834eac

RGB 13178172
HSL0.760.380.49
HSV274°55°67°
CMYK 0.240.550.00   0.33
XYZ19.530913.252640.5583
Yxy13.25260.26630.1807
Hunter Lab36.404132.0585-40.5729
CIE-Lab43.141440.1317-41.9351

#834eac color RGB value is (131,78,172).

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

The process color (four color CMYK) of #834eac color hex is 0.24, 0.55, 0.00, 0.33. Web safe color of #834eac is #996699. Color #834eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001110 10101100
Octal 203 116 254
Decimal 131 78 172
Hex 83 4E AC

RGB Percentages of Color #834eac

%34.38
%20.47
%45.14

CMYK Percentages of Color #834eac

%24
%55
%0
%33

Triadic Colors of #834eac

#834eac #ac834e #4eac83

Analogous Colors of #834eac

#834eac #ac4ea6 #544eac

Monochromatic Colors of #834eac

#834eac

Complementary Color

#834eac #77ac4e

#834eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#834eac Color CSS Codes

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

#834eac Text Font Color

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

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


#834eac Background Color

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

This div background color is #834eac


#834eac Border Color

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

This div border color is #834eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834eac


Comments

No comments written yet.

Please login to write comment.