Color Hex Logo

#854dd9 Color Hex

#854DD9
(133,77,217)
0 Favorites   0 Comments

Color spaces of #854dd9

RGB 13377217
HSL0.730.650.58
HSV264°65°85°
CMYK 0.390.650.00   0.15
XYZ24.851115.304167.2898
Yxy15.30410.23130.1424
Hunter Lab39.120544.9306-74.5984
CIE-Lab46.047952.2740-63.3777

#854dd9 color RGB value is (133,77,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001101 11011001
Octal 205 115 331
Decimal 133 77 217
Hex 85 4D D9

RGB Percentages of Color #854dd9

%31.15
%18.03
%50.82

CMYK Percentages of Color #854dd9

%39
%65
%0
%15

Triadic Colors of #854dd9

#854dd9 #d9854d #4dd985

Analogous Colors of #854dd9

#854dd9 #cb4dd9 #4d5bd9

Monochromatic Colors of #854dd9

#854dd9

Complementary Color

#854dd9 #a1d94d

#854dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854dd9 Color CSS Codes

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

#854dd9 Text Font Color

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

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


#854dd9 Background Color

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

This div background color is #854dd9


#854dd9 Border Color

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

This div border color is #854dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854dd9


Comments

No comments written yet.

Please login to write comment.