Color Hex Logo

#854cfb Color Hex

#854CFB
(133,76,251)
0 Favorites   0 Comments

Color spaces of #854cfb

RGB 13376251
HSL0.720.960.64
HSV260°70°98°
CMYK 0.470.700.00   0.02
XYZ29.669917.120593.0076
Yxy17.12050.21220.1225
Hunter Lab41.376955.5863-104.3090
CIE-Lab48.411561.5434-78.7107

#854cfb color RGB value is (133,76,251).

#854cfb hex color red value is 133, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #854cfb hue: 0.72 , saturation: 0.96 and the lightness value of 854cfb is 0.64.

The process color (four color CMYK) of #854cfb color hex is 0.47, 0.70, 0.00, 0.02. Web safe color of #854cfb is #9933ff. Color #854cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 11111011
Octal 205 114 373
Decimal 133 76 251
Hex 85 4C FB

RGB Percentages of Color #854cfb

%28.91
%16.52
%54.57

CMYK Percentages of Color #854cfb

%47
%70
%0
%2

Triadic Colors of #854cfb

#854cfb #fb854c #4cfb85

Analogous Colors of #854cfb

#854cfb #dd4cfb #4c6bfb

Monochromatic Colors of #854cfb

#854cfb

Complementary Color

#854cfb #c2fb4c

#854cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#854cfb Color CSS Codes

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

#854cfb Text Font Color

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

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


#854cfb Background Color

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

This div background color is #854cfb


#854cfb Border Color

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

This div border color is #854cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854cfb


Comments

No comments written yet.

Please login to write comment.