Color Hex Logo

#854dcf Color Hex

#854DCF
(133,77,207)
0 Favorites   0 Comments

Color spaces of #854dcf

RGB 13377207
HSL0.740.580.56
HSV266°63°81°
CMYK 0.360.630.00   0.19
XYZ23.589214.799360.6447
Yxy14.79930.23820.1494
Hunter Lab38.469942.1315-66.5371
CIE-Lab45.358149.7415-58.7639

#854dcf color RGB value is (133,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001101 11001111
Octal 205 115 317
Decimal 133 77 207
Hex 85 4D CF

RGB Percentages of Color #854dcf

%31.89
%18.47
%49.64

CMYK Percentages of Color #854dcf

%36
%63
%0
%19

Triadic Colors of #854dcf

#854dcf #cf854d #4dcf85

Analogous Colors of #854dcf

#854dcf #c64dcf #4d56cf

Monochromatic Colors of #854dcf

#854dcf

Complementary Color

#854dcf #97cf4d

#854dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#854dcf Color CSS Codes

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

#854dcf Text Font Color

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

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


#854dcf Background Color

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

This div background color is #854dcf


#854dcf Border Color

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

This div border color is #854dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,77,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 #854dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854dcf


Comments

No comments written yet.

Please login to write comment.