Color Hex Logo

#854cdf Color Hex

#854CDF
(133,76,223)
0 Favorites   0 Comments

Color spaces of #854cdf

RGB 13376223
HSL0.730.700.59
HSV263°66°87°
CMYK 0.400.660.00   0.13
XYZ25.576615.483171.4525
Yxy15.48310.22730.1376
Hunter Lab39.348647.1651-80.1199
CIE-Lab46.288954.3168-66.4051

#854cdf color RGB value is (133,76,223).

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

The process color (four color CMYK) of #854cdf color hex is 0.40, 0.66, 0.00, 0.13. Web safe color of #854cdf is #9933cc. Color #854cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 11011111
Octal 205 114 337
Decimal 133 76 223
Hex 85 4C DF

RGB Percentages of Color #854cdf

%30.79
%17.59
%51.62

CMYK Percentages of Color #854cdf

%40
%66
%0
%13

Triadic Colors of #854cdf

#854cdf #df854c #4cdf85

Analogous Colors of #854cdf

#854cdf #cf4cdf #4c5ddf

Monochromatic Colors of #854cdf

#854cdf

Complementary Color

#854cdf #a6df4c

#854cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#854cdf Color CSS Codes

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

#854cdf Text Font Color

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

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


#854cdf Background Color

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

This div background color is #854cdf


#854cdf Border Color

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

This div border color is #854cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854cdf


Comments

No comments written yet.

Please login to write comment.