Color Hex Logo

#854690 Color Hex

#854690
(133,70,144)
0 Favorites   0 Comments

Color spaces of #854690

RGB 13370144
HSL0.810.350.42
HSV291°51°56°
CMYK 0.080.510.00   0.44
XYZ16.897111.380527.6916
Yxy11.38050.30190.2033
Hunter Lab33.735030.3704-25.0541
CIE-Lab40.214138.8414-29.7936

#854690 color RGB value is (133,70,144).

#854690 hex color red value is 133, green value is 70 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #854690 hue: 0.81 , saturation: 0.35 and the lightness value of 854690 is 0.42.

The process color (four color CMYK) of #854690 color hex is 0.08, 0.51, 0.00, 0.44. Web safe color of #854690 is #993399. Color #854690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000110 10010000
Octal 205 106 220
Decimal 133 70 144
Hex 85 46 90

RGB Percentages of Color #854690

%38.33
%20.17
%41.50

CMYK Percentages of Color #854690

%8
%51
%0
%44

Triadic Colors of #854690

#854690 #908546 #469085

Analogous Colors of #854690

#854690 #904676 #604690

Monochromatic Colors of #854690

#854690

Complementary Color

#854690 #519046

#854690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854690 Color CSS Codes

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

#854690 Text Font Color

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

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


#854690 Background Color

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

This div background color is #854690


#854690 Border Color

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

This div border color is #854690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,70,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854690;
  -webkit-box-shadow: 1px 1px 3px 2px #854690;
  box-shadow:         1px 1px 3px 2px #854690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854690


Comments

No comments written yet.

Please login to write comment.