Color Hex Logo

#854ccc Color Hex

#854CCC
(133,76,204)
0 Favorites   0 Comments

Color spaces of #854ccc

RGB 13376204
HSL0.740.560.55
HSV267°63°80°
CMYK 0.350.630.00   0.20
XYZ23.156414.515158.7080
Yxy14.51510.24030.1506
Hunter Lab38.098741.8197-64.6936
CIE-Lab44.962849.5119-57.6748

#854ccc color RGB value is (133,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 11001100
Octal 205 114 314
Decimal 133 76 204
Hex 85 4C CC

RGB Percentages of Color #854ccc

%32.20
%18.40
%49.39

CMYK Percentages of Color #854ccc

%35
%63
%0
%20

Triadic Colors of #854ccc

#854ccc #cc854c #4ccc85

Analogous Colors of #854ccc

#854ccc #c54ccc #4c53cc

Monochromatic Colors of #854ccc

#854ccc

Complementary Color

#854ccc #93cc4c

#854ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#854ccc Color CSS Codes

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

#854ccc Text Font Color

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

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


#854ccc Background Color

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

This div background color is #854ccc


#854ccc Border Color

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

This div border color is #854ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854ccc


Comments

No comments written yet.

Please login to write comment.