Color Hex Logo

#854cca Color Hex

#854CCA
(133,76,202)
0 Favorites   0 Comments

Color spaces of #854cca

RGB 13376202
HSL0.740.540.55
HSV267°62°79°
CMYK 0.340.620.00   0.21
XYZ22.918014.419757.4525
Yxy14.41970.24180.1521
Hunter Lab37.973341.2768-63.1228
CIE-Lab44.828949.0135-56.7368

#854cca color RGB value is (133,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 11001010
Octal 205 114 312
Decimal 133 76 202
Hex 85 4C CA

RGB Percentages of Color #854cca

%32.36
%18.49
%49.15

CMYK Percentages of Color #854cca

%34
%62
%0
%21

Triadic Colors of #854cca

#854cca #ca854c #4cca85

Analogous Colors of #854cca

#854cca #c44cca #4c52ca

Monochromatic Colors of #854cca

#854cca

Complementary Color

#854cca #91ca4c

#854cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#854cca Color CSS Codes

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

#854cca Text Font Color

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

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


#854cca Background Color

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

This div background color is #854cca


#854cca Border Color

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

This div border color is #854cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854cca


Comments

No comments written yet.

Please login to write comment.