Color Hex Logo

#854fad Color Hex

#854FAD
(133,79,173)
0 Favorites   0 Comments

Color spaces of #854fad

RGB 13379173
HSL0.760.370.49
HSV274°54°68°
CMYK 0.230.540.00   0.32
XYZ20.011713.595641.1047
Yxy13.59560.26790.1820
Hunter Lab36.872232.3511-40.2852
CIE-Lab43.647340.3527-41.7062

#854fad color RGB value is (133,79,173).

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

The process color (four color CMYK) of #854fad color hex is 0.23, 0.54, 0.00, 0.32. Web safe color of #854fad is #996699. Color #854fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001111 10101101
Octal 205 117 255
Decimal 133 79 173
Hex 85 4F AD

RGB Percentages of Color #854fad

%34.55
%20.52
%44.94

CMYK Percentages of Color #854fad

%23
%54
%0
%32

Triadic Colors of #854fad

#854fad #ad854f #4fad85

Analogous Colors of #854fad

#854fad #ad4fa6 #564fad

Monochromatic Colors of #854fad

#854fad

Complementary Color

#854fad #77ad4f

#854fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#854fad Color CSS Codes

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

#854fad Text Font Color

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

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


#854fad Background Color

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

This div background color is #854fad


#854fad Border Color

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

This div border color is #854fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854fad


Comments

No comments written yet.

Please login to write comment.