Color Hex Logo

#854abc Color Hex

#854ABC
(133,74,188)
0 Favorites   0 Comments

Color spaces of #854abc

RGB 13374188
HSL0.750.460.51
HSV271°61°74°
CMYK 0.290.610.00   0.26
XYZ21.198713.514949.0683
Yxy13.51490.25300.1613
Hunter Lab36.762638.5952-53.4025
CIE-Lab43.529046.6310-50.6995

#854abc color RGB value is (133,74,188).

#854abc hex color red value is 133, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #854abc hue: 0.75 , saturation: 0.46 and the lightness value of 854abc is 0.51.

The process color (four color CMYK) of #854abc color hex is 0.29, 0.61, 0.00, 0.26. Web safe color of #854abc is #9933cc. Color #854abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 10111100
Octal 205 112 274
Decimal 133 74 188
Hex 85 4A BC

RGB Percentages of Color #854abc

%33.67
%18.73
%47.59

CMYK Percentages of Color #854abc

%29
%61
%0
%26

Triadic Colors of #854abc

#854abc #bc854a #4abc85

Analogous Colors of #854abc

#854abc #bc4aba #4c4abc

Monochromatic Colors of #854abc

#854abc

Complementary Color

#854abc #81bc4a

#854abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#854abc Color CSS Codes

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

#854abc Text Font Color

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

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


#854abc Background Color

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

This div background color is #854abc


#854abc Border Color

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

This div border color is #854abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854abc


Comments

No comments written yet.

Please login to write comment.