Color Hex Logo

#854aef Color Hex

#854AEF
(133,74,239)
0 Favorites   0 Comments

Color spaces of #854aef

RGB 13374239
HSL0.730.840.61
HSV261°69°94°
CMYK 0.440.690.00   0.06
XYZ27.701616.116183.3120
Yxy16.11610.21790.1268
Hunter Lab40.144952.9188-94.9422
CIE-Lab47.126459.4098-74.0889

#854aef color RGB value is (133,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 11101111
Octal 205 112 357
Decimal 133 74 239
Hex 85 4A EF

RGB Percentages of Color #854aef

%29.82
%16.59
%53.59

CMYK Percentages of Color #854aef

%44
%69
%0
%6

Triadic Colors of #854aef

#854aef #ef854a #4aef85

Analogous Colors of #854aef

#854aef #d84aef #4a61ef

Monochromatic Colors of #854aef

#854aef

Complementary Color

#854aef #b4ef4a

#854aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#854aef Color CSS Codes

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

#854aef Text Font Color

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

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


#854aef Background Color

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

This div background color is #854aef


#854aef Border Color

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

This div border color is #854aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,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 #854aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854aef


Comments

No comments written yet.

Please login to write comment.