Color Hex Logo

#854edd Color Hex

#854EDD
(133,78,221)
0 Favorites   0 Comments

Color spaces of #854edd

RGB 13378221
HSL0.730.680.59
HSV263°65°87°
CMYK 0.400.650.00   0.13
XYZ25.448415.655870.0872
Yxy15.65580.22890.1408
Hunter Lab39.567445.5621-77.3254
CIE-Lab46.519652.7820-64.8932

#854edd color RGB value is (133,78,221).

#854edd hex color red value is 133, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #854edd hue: 0.73 , saturation: 0.68 and the lightness value of 854edd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 11011101
Octal 205 116 335
Decimal 133 78 221
Hex 85 4E DD

RGB Percentages of Color #854edd

%30.79
%18.06
%51.16

CMYK Percentages of Color #854edd

%40
%65
%0
%13

Triadic Colors of #854edd

#854edd #dd854e #4edd85

Analogous Colors of #854edd

#854edd #cd4edd #4e5fdd

Monochromatic Colors of #854edd

#854edd

Complementary Color

#854edd #a6dd4e

#854edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#854edd Color CSS Codes

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

#854edd Text Font Color

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

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


#854edd Background Color

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

This div background color is #854edd


#854edd Border Color

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

This div border color is #854edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854edd


Comments

No comments written yet.

Please login to write comment.