Color Hex Logo

#854fb2 Color Hex

#854FB2
(133,79,178)
0 Favorites   0 Comments

Color spaces of #854fb2

RGB 13379178
HSL0.760.390.50
HSV273°56°70°
CMYK 0.250.560.00   0.30
XYZ20.504713.792943.7011
Yxy13.79290.26290.1768
Hunter Lab37.138833.5587-43.7692
CIE-Lab43.934441.5378-44.1926

#854fb2 color RGB value is (133,79,178).

#854fb2 hex color red value is 133, green value is 79 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #854fb2 hue: 0.76 , saturation: 0.39 and the lightness value of 854fb2 is 0.50.

The process color (four color CMYK) of #854fb2 color hex is 0.25, 0.56, 0.00, 0.30. Web safe color of #854fb2 is #996699. Color #854fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001111 10110010
Octal 205 117 262
Decimal 133 79 178
Hex 85 4F B2

RGB Percentages of Color #854fb2

%34.10
%20.26
%45.64

CMYK Percentages of Color #854fb2

%25
%56
%0
%30

Triadic Colors of #854fb2

#854fb2 #b2854f #4fb285

Analogous Colors of #854fb2

#854fb2 #b24fae #544fb2

Monochromatic Colors of #854fb2

#854fb2

Complementary Color

#854fb2 #7cb24f

#854fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854fb2 Color CSS Codes

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

#854fb2 Text Font Color

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

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


#854fb2 Background Color

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

This div background color is #854fb2


#854fb2 Border Color

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

This div border color is #854fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854fb2


Comments

No comments written yet.

Please login to write comment.