Color Hex Logo

#854acb Color Hex

#854ACB
(133,74,203)
0 Favorites   0 Comments

Color spaces of #854acb

RGB 13374203
HSL0.740.550.54
HSV267°64°80°
CMYK 0.340.640.00   0.20
XYZ22.901114.195958.0330
Yxy14.19590.24070.1492
Hunter Lab37.677442.5603-64.9477
CIE-Lab44.512650.3005-57.8247

#854acb color RGB value is (133,74,203).

#854acb hex color red value is 133, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #854acb hue: 0.74 , saturation: 0.55 and the lightness value of 854acb is 0.54.

The process color (four color CMYK) of #854acb color hex is 0.34, 0.64, 0.00, 0.20. Web safe color of #854acb is #9933cc. Color #854acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 11001011
Octal 205 112 313
Decimal 133 74 203
Hex 85 4A CB

RGB Percentages of Color #854acb

%32.44
%18.05
%49.51

CMYK Percentages of Color #854acb

%34
%64
%0
%20

Triadic Colors of #854acb

#854acb #cb854a #4acb85

Analogous Colors of #854acb

#854acb #c64acb #4a50cb

Monochromatic Colors of #854acb

#854acb

Complementary Color

#854acb #90cb4a

#854acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#854acb Color CSS Codes

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

#854acb Text Font Color

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

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


#854acb Background Color

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

This div background color is #854acb


#854acb Border Color

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

This div border color is #854acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854acb


Comments

No comments written yet.

Please login to write comment.