Color Hex Logo

#834aef Color Hex

#834AEF
(131,74,239)
0 Favorites   0 Comments

Color spaces of #834aef

RGB 13174239
HSL0.720.840.61
HSV261°69°94°
CMYK 0.450.690.00   0.06
XYZ27.388815.954883.2974
Yxy15.95480.21630.1260
Hunter Lab39.943552.4945-95.6819
CIE-Lab46.915159.0682-74.4425

#834aef color RGB value is (131,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001010 11101111
Octal 203 112 357
Decimal 131 74 239
Hex 83 4A EF

RGB Percentages of Color #834aef

%29.50
%16.67
%53.83

CMYK Percentages of Color #834aef

%45
%69
%0
%6

Triadic Colors of #834aef

#834aef #ef834a #4aef83

Analogous Colors of #834aef

#834aef #d64aef #4a63ef

Monochromatic Colors of #834aef

#834aef

Complementary Color

#834aef #b6ef4a

#834aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#834aef Color CSS Codes

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

#834aef Text Font Color

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

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


#834aef Background Color

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

This div background color is #834aef


#834aef Border Color

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

This div border color is #834aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834aef


Comments

No comments written yet.

Please login to write comment.