Color Hex Logo

#853faa Color Hex

#853FAA
(133,63,170)
0 Favorites   0 Comments

Color spaces of #853faa

RGB 13363170
HSL0.780.460.46
HSV279°63°67°
CMYK 0.220.630.00   0.33
XYZ18.706111.443839.2532
Yxy11.44380.26950.1649
Hunter Lab33.828739.5042-45.1172
CIE-Lab40.318148.0878-45.2424

#853faa color RGB value is (133,63,170).

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

The process color (four color CMYK) of #853faa color hex is 0.22, 0.63, 0.00, 0.33. Web safe color of #853faa is #993399. Color #853faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 10101010
Octal 205 77 252
Decimal 133 63 170
Hex 85 3F AA

RGB Percentages of Color #853faa

%36.34
%17.21
%46.45

CMYK Percentages of Color #853faa

%22
%63
%0
%33

Triadic Colors of #853faa

#853faa #aa853f #3faa85

Analogous Colors of #853faa

#853faa #aa3f9a #503faa

Monochromatic Colors of #853faa

#853faa

Complementary Color

#853faa #64aa3f

#853faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#853faa Color CSS Codes

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

#853faa Text Font Color

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

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


#853faa Background Color

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

This div background color is #853faa


#853faa Border Color

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

This div border color is #853faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853faa


Comments

No comments written yet.

Please login to write comment.