Color Hex Logo

#853fa6 Color Hex

#853FA6
(133,63,166)
0 Favorites   0 Comments

Color spaces of #853fa6

RGB 13363166
HSL0.780.450.45
HSV281°62°65°
CMYK 0.200.620.00   0.35
XYZ18.333311.294737.2902
Yxy11.29470.27400.1688
Hunter Lab33.607638.5604-42.2615
CIE-Lab40.072547.2017-43.2525

#853fa6 color RGB value is (133,63,166).

#853fa6 hex color red value is 133, green value is 63 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #853fa6 hue: 0.78 , saturation: 0.45 and the lightness value of 853fa6 is 0.45.

The process color (four color CMYK) of #853fa6 color hex is 0.20, 0.62, 0.00, 0.35. Web safe color of #853fa6 is #993399. Color #853fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 10100110
Octal 205 77 246
Decimal 133 63 166
Hex 85 3F A6

RGB Percentages of Color #853fa6

%36.74
%17.40
%45.86

CMYK Percentages of Color #853fa6

%20
%62
%0
%35

Triadic Colors of #853fa6

#853fa6 #a6853f #3fa685

Analogous Colors of #853fa6

#853fa6 #a63f94 #523fa6

Monochromatic Colors of #853fa6

#853fa6

Complementary Color

#853fa6 #60a63f

#853fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853fa6 Color CSS Codes

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

#853fa6 Text Font Color

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

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


#853fa6 Background Color

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

This div background color is #853fa6


#853fa6 Border Color

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

This div border color is #853fa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,63,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #853fa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #853fa6;
  -webkit-box-shadow: 1px 1px 3px 2px #853fa6;
  box-shadow:         1px 1px 3px 2px #853fa6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853fa6


Comments

No comments written yet.

Please login to write comment.