Color Hex Logo

#854da4 Color Hex

#854DA4
(133,77,164)
0 Favorites   0 Comments

Color spaces of #854da4

RGB 13377164
HSL0.770.360.47
HSV279°53°64°
CMYK 0.190.530.00   0.36
XYZ19.027612.974636.6234
Yxy12.97460.27730.1891
Hunter Lab36.020331.2566-35.0686
CIE-Lab42.724939.3703-37.8402

#854da4 color RGB value is (133,77,164).

#854da4 hex color red value is 133, green value is 77 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #854da4 hue: 0.77 , saturation: 0.36 and the lightness value of 854da4 is 0.47.

The process color (four color CMYK) of #854da4 color hex is 0.19, 0.53, 0.00, 0.36. Web safe color of #854da4 is #996699. Color #854da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001101 10100100
Octal 205 115 244
Decimal 133 77 164
Hex 85 4D A4

RGB Percentages of Color #854da4

%35.56
%20.59
%43.85

CMYK Percentages of Color #854da4

%19
%53
%0
%36

Triadic Colors of #854da4

#854da4 #a4854d #4da485

Analogous Colors of #854da4

#854da4 #a44d98 #5a4da4

Monochromatic Colors of #854da4

#854da4

Complementary Color

#854da4 #6ca44d

#854da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854da4 Color CSS Codes

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

#854da4 Text Font Color

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

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


#854da4 Background Color

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

This div background color is #854da4


#854da4 Border Color

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

This div border color is #854da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854da4


Comments

No comments written yet.

Please login to write comment.