Color Hex Logo

#854cdb Color Hex

#854CDB
(133,76,219)
0 Favorites   0 Comments

Color spaces of #854cdb

RGB 13376219
HSL0.730.670.58
HSV264°65°86°
CMYK 0.390.650.00   0.14
XYZ25.043515.269968.6453
Yxy15.26990.22980.1401
Hunter Lab39.076746.0129-76.7999
CIE-Lab46.001753.2963-64.5938

#854cdb color RGB value is (133,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 11011011
Octal 205 114 333
Decimal 133 76 219
Hex 85 4C DB

RGB Percentages of Color #854cdb

%31.07
%17.76
%51.17

CMYK Percentages of Color #854cdb

%39
%65
%0
%14

Triadic Colors of #854cdb

#854cdb #db854c #4cdb85

Analogous Colors of #854cdb

#854cdb #cd4cdb #4c5bdb

Monochromatic Colors of #854cdb

#854cdb

Complementary Color

#854cdb #a2db4c

#854cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#854cdb Color CSS Codes

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

#854cdb Text Font Color

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

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


#854cdb Background Color

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

This div background color is #854cdb


#854cdb Border Color

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

This div border color is #854cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854cdb


Comments

No comments written yet.

Please login to write comment.