Color Hex Logo

#854bf0 Color Hex

#854BF0
(133,75,240)
0 Favorites   0 Comments

Color spaces of #854bf0

RGB 13375240
HSL0.730.850.62
HSV261°69°94°
CMYK 0.450.690.00   0.06
XYZ27.917116.310084.1148
Yxy16.31000.21750.1271
Hunter Lab40.385652.7156-95.2187
CIE-Lab47.378659.1804-74.2398

#854bf0 color RGB value is (133,75,240).

#854bf0 hex color red value is 133, green value is 75 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #854bf0 hue: 0.73 , saturation: 0.85 and the lightness value of 854bf0 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001011 11110000
Octal 205 113 360
Decimal 133 75 240
Hex 85 4B F0

RGB Percentages of Color #854bf0

%29.69
%16.74
%53.57

CMYK Percentages of Color #854bf0

%45
%69
%0
%6

Triadic Colors of #854bf0

#854bf0 #f0854b #4bf085

Analogous Colors of #854bf0

#854bf0 #d84bf0 #4b63f0

Monochromatic Colors of #854bf0

#854bf0

Complementary Color

#854bf0 #b6f04b

#854bf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854bf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854bf0 Color CSS Codes

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

#854bf0 Text Font Color

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

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


#854bf0 Background Color

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

This div background color is #854bf0


#854bf0 Border Color

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

This div border color is #854bf0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,75,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854bf0


Comments

No comments written yet.

Please login to write comment.