Color Hex Logo

#854dff Color Hex

#854DFF
(133,77,255)
0 Favorites   0 Comments

Color spaces of #854dff

RGB 13377255
HSL0.721.000.65
HSV259°70°100°
CMYK 0.480.700.00   0.00
XYZ30.376717.514396.3873
Yxy17.51430.21050.1214
Hunter Lab41.850156.3258-107.2591
CIE-Lab48.901662.1030-80.1369

#854dff color RGB value is (133,77,255).

#854dff hex color red value is 133, green value is 77 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #854dff hue: 0.72 , saturation: 1.00 and the lightness value of 854dff is 0.65.

The process color (four color CMYK) of #854dff color hex is 0.48, 0.70, 0.00, 0.00. Web safe color of #854dff is #9966ff. Color #854dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001101 11111111
Octal 205 115 377
Decimal 133 77 255
Hex 85 4D FF

RGB Percentages of Color #854dff

%28.60
%16.56
%54.84

CMYK Percentages of Color #854dff

%48
%70
%0
%0

Triadic Colors of #854dff

#854dff #ff854d #4dff85

Analogous Colors of #854dff

#854dff #de4dff #4d6eff

Monochromatic Colors of #854dff

#854dff

Complementary Color

#854dff #c7ff4d

#854dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#854dff Color CSS Codes

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

#854dff Text Font Color

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

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


#854dff Background Color

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

This div background color is #854dff


#854dff Border Color

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

This div border color is #854dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854dff


Comments

No comments written yet.

Please login to write comment.