Color Hex Logo

#834dae Color Hex

#834DAE
(131,77,174)
0 Favorites   0 Comments

Color spaces of #834dae

RGB 13177174
HSL0.760.390.49
HSV273°56°68°
CMYK 0.250.560.00   0.32
XYZ19.653913.189041.5543
Yxy13.18900.26420.1773
Hunter Lab36.316733.0467-42.4192
CIE-Lab43.046741.1582-43.2669

#834dae color RGB value is (131,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001101 10101110
Octal 203 115 256
Decimal 131 77 174
Hex 83 4D AE

RGB Percentages of Color #834dae

%34.29
%20.16
%45.55

CMYK Percentages of Color #834dae

%25
%56
%0
%32

Triadic Colors of #834dae

#834dae #ae834d #4dae83

Analogous Colors of #834dae

#834dae #ae4da9 #534dae

Monochromatic Colors of #834dae

#834dae

Complementary Color

#834dae #78ae4d

#834dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#834dae Color CSS Codes

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

#834dae Text Font Color

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

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


#834dae Background Color

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

This div background color is #834dae


#834dae Border Color

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

This div border color is #834dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834dae


Comments

No comments written yet.

Please login to write comment.