Color Hex Logo

#833aea Color Hex

#833AEA
(131,58,234)
0 Favorites   0 Comments

Color spaces of #833aea

RGB 13158234
HSL0.740.810.57
HSV265°75°92°
CMYK 0.440.750.00   0.08
XYZ25.724413.791979.1482
Yxy13.79190.21680.1162
Hunter Lab37.137458.6530-100.3640
CIE-Lab43.933065.0921-76.4951

#833aea color RGB value is (131,58,234).

#833aea hex color red value is 131, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #833aea hue: 0.74 , saturation: 0.81 and the lightness value of 833aea is 0.57.

The process color (four color CMYK) of #833aea color hex is 0.44, 0.75, 0.00, 0.08. Web safe color of #833aea is #9933ff. Color #833aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 11101010
Octal 203 72 352
Decimal 131 58 234
Hex 83 3A EA

RGB Percentages of Color #833aea

%30.97
%13.71
%55.32

CMYK Percentages of Color #833aea

%44
%75
%0
%8

Triadic Colors of #833aea

#833aea #ea833a #3aea83

Analogous Colors of #833aea

#833aea #db3aea #3a49ea

Monochromatic Colors of #833aea

#833aea

Complementary Color

#833aea #a1ea3a

#833aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#833aea Color CSS Codes

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

#833aea Text Font Color

<p style="color:#833aea">Text here</p>

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


#833aea Background Color

<div style="background-color:#833aea">
Div content here</div>

This div background color is #833aea


#833aea Border Color

<div style="border:3px solid #833aea">
Div here</div>

This div border color is #833aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,58,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833aea;
  -webkit-box-shadow: 1px 1px 3px 2px #833aea;
  box-shadow:         1px 1px 3px 2px #833aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833aea


Comments

No comments written yet.

Please login to write comment.