Color Hex Logo

#834aeb Color Hex

#834AEB
(131,74,235)
0 Favorites   0 Comments

Color spaces of #834aeb

RGB 13174235
HSL0.730.800.61
HSV261°69°92°
CMYK 0.440.690.00   0.08
XYZ26.804215.721080.2190
Yxy15.72100.21840.1281
Hunter Lab39.649751.2835-92.2003
CIE-Lab46.606358.0327-72.6933

#834aeb color RGB value is (131,74,235).

#834aeb hex color red value is 131, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #834aeb hue: 0.73 , saturation: 0.80 and the lightness value of 834aeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001010 11101011
Octal 203 112 353
Decimal 131 74 235
Hex 83 4A EB

RGB Percentages of Color #834aeb

%29.77
%16.82
%53.41

CMYK Percentages of Color #834aeb

%44
%69
%0
%8

Triadic Colors of #834aeb

#834aeb #eb834a #4aeb83

Analogous Colors of #834aeb

#834aeb #d44aeb #4a61eb

Monochromatic Colors of #834aeb

#834aeb

Complementary Color

#834aeb #b2eb4a

#834aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#834aeb Color CSS Codes

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

#834aeb Text Font Color

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

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


#834aeb Background Color

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

This div background color is #834aeb


#834aeb Border Color

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

This div border color is #834aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834aeb


Comments

No comments written yet.

Please login to write comment.