Color Hex Logo

#854ecf Color Hex

#854ECF
(133,78,207)
0 Favorites   0 Comments

Color spaces of #854ecf

RGB 13378207
HSL0.740.570.56
HSV266°62°81°
CMYK 0.360.620.00   0.19
XYZ23.659714.940360.6682
Yxy14.94030.23830.1505
Hunter Lab38.652741.6195-66.0031
CIE-Lab45.552349.2170-58.4502

#854ecf color RGB value is (133,78,207).

#854ecf hex color red value is 133, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #854ecf hue: 0.74 , saturation: 0.57 and the lightness value of 854ecf is 0.56.

The process color (four color CMYK) of #854ecf color hex is 0.36, 0.62, 0.00, 0.19. Web safe color of #854ecf is #9966cc. Color #854ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 11001111
Octal 205 116 317
Decimal 133 78 207
Hex 85 4E CF

RGB Percentages of Color #854ecf

%31.82
%18.66
%49.52

CMYK Percentages of Color #854ecf

%36
%62
%0
%19

Triadic Colors of #854ecf

#854ecf #cf854e #4ecf85

Analogous Colors of #854ecf

#854ecf #c64ecf #4e58cf

Monochromatic Colors of #854ecf

#854ecf

Complementary Color

#854ecf #98cf4e

#854ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#854ecf Color CSS Codes

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

#854ecf Text Font Color

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

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


#854ecf Background Color

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

This div background color is #854ecf


#854ecf Border Color

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

This div border color is #854ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854ecf


Comments

No comments written yet.

Please login to write comment.