Color Hex Logo

#854cde Color Hex

#854CDE
(133,76,222)
0 Favorites   0 Comments

Color spaces of #854cde

RGB 13376222
HSL0.730.690.58
HSV263°66°87°
CMYK 0.400.660.00   0.13
XYZ25.442115.429470.7445
Yxy15.42940.22790.1382
Hunter Lab39.280346.8752-79.2862
CIE-Lab46.216854.0607-65.9534

#854cde color RGB value is (133,76,222).

#854cde hex color red value is 133, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #854cde hue: 0.73 , saturation: 0.69 and the lightness value of 854cde is 0.58.

The process color (four color CMYK) of #854cde color hex is 0.40, 0.66, 0.00, 0.13. Web safe color of #854cde is #9933cc. Color #854cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 11011110
Octal 205 114 336
Decimal 133 76 222
Hex 85 4C DE

RGB Percentages of Color #854cde

%30.86
%17.63
%51.51

CMYK Percentages of Color #854cde

%40
%66
%0
%13

Triadic Colors of #854cde

#854cde #de854c #4cde85

Analogous Colors of #854cde

#854cde #ce4cde #4c5cde

Monochromatic Colors of #854cde

#854cde

Complementary Color

#854cde #a5de4c

#854cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#854cde Color CSS Codes

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

#854cde Text Font Color

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

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


#854cde Background Color

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

This div background color is #854cde


#854cde Border Color

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

This div border color is #854cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854cde


Comments

No comments written yet.

Please login to write comment.