Color Hex Logo

#854ded Color Hex

#854DED
(133,77,237)
0 Favorites   0 Comments

Color spaces of #854ded

RGB 13377237
HSL0.730.820.62
HSV261°68°93°
CMYK 0.440.680.00   0.07
XYZ27.612816.408781.8326
Yxy16.40870.21940.1304
Hunter Lab40.507750.7895-91.4209
CIE-Lab47.506257.4184-72.3449

#854ded color RGB value is (133,77,237).

#854ded hex color red value is 133, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #854ded hue: 0.73 , saturation: 0.82 and the lightness value of 854ded is 0.62.

The process color (four color CMYK) of #854ded color hex is 0.44, 0.68, 0.00, 0.07. Web safe color of #854ded is #9966ff. Color #854ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001101 11101101
Octal 205 115 355
Decimal 133 77 237
Hex 85 4D ED

RGB Percentages of Color #854ded

%29.75
%17.23
%53.02

CMYK Percentages of Color #854ded

%44
%68
%0
%7

Triadic Colors of #854ded

#854ded #ed854d #4ded85

Analogous Colors of #854ded

#854ded #d54ded #4d65ed

Monochromatic Colors of #854ded

#854ded

Complementary Color

#854ded #b5ed4d

#854ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#854ded Color CSS Codes

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

#854ded Text Font Color

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

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


#854ded Background Color

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

This div background color is #854ded


#854ded Border Color

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

This div border color is #854ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854ded


Comments

No comments written yet.

Please login to write comment.