Color Hex Logo

#832aee Color Hex

#832AEE
(131,42,238)
0 Favorites   0 Comments

Color spaces of #832aee

RGB 13142238
HSL0.740.850.55
HSV267°82°93°
CMYK 0.450.820.00   0.07
XYZ25.620712.654381.9811
Yxy12.65430.21310.1052
Hunter Lab35.572966.3087-111.7384
CIE-Lab42.237771.9644-81.5385

#832aee color RGB value is (131,42,238).

#832aee hex color red value is 131, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #832aee hue: 0.74 , saturation: 0.85 and the lightness value of 832aee is 0.55.

The process color (four color CMYK) of #832aee color hex is 0.45, 0.82, 0.00, 0.07. Web safe color of #832aee is #9933ff. Color #832aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101010 11101110
Octal 203 52 356
Decimal 131 42 238
Hex 83 2A EE

RGB Percentages of Color #832aee

%31.87
%10.22
%57.91

CMYK Percentages of Color #832aee

%45
%82
%0
%7

Triadic Colors of #832aee

#832aee #ee832a #2aee83

Analogous Colors of #832aee

#832aee #e52aee #2a33ee

Monochromatic Colors of #832aee

#832aee

Complementary Color

#832aee #95ee2a

#832aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#832aee Color CSS Codes

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

#832aee Text Font Color

<p style="color:#832aee">Text here</p>

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


#832aee Background Color

<div style="background-color:#832aee">
Div content here</div>

This div background color is #832aee


#832aee Border Color

<div style="border:3px solid #832aee">
Div here</div>

This div border color is #832aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,42,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #832aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #832aee;
  -webkit-box-shadow: 1px 1px 3px 2px #832aee;
  box-shadow:         1px 1px 3px 2px #832aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832aee


Comments

No comments written yet.

Please login to write comment.