Color Hex Logo

#853190 Color Hex

#853190
(133,49,144)
0 Favorites   0 Comments

Color spaces of #853190

RGB 13349144
HSL0.810.490.38
HSV293°66°56°
CMYK 0.080.660.00   0.44
XYZ15.80529.196827.3277
Yxy9.19680.30200.1757
Hunter Lab30.326239.9584-32.1993
CIE-Lab36.360549.2605-35.8802

#853190 color RGB value is (133,49,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110001 10010000
Octal 205 61 220
Decimal 133 49 144
Hex 85 31 90

RGB Percentages of Color #853190

%40.80
%15.03
%44.17

CMYK Percentages of Color #853190

%8
%66
%0
%44

Triadic Colors of #853190

#853190 #908531 #319085

Analogous Colors of #853190

#853190 #90316c #553190

Monochromatic Colors of #853190

#853190

Complementary Color

#853190 #3c9031

#853190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853190 Color CSS Codes

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

#853190 Text Font Color

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

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


#853190 Background Color

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

This div background color is #853190


#853190 Border Color

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

This div border color is #853190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853190


Comments

No comments written yet.

Please login to write comment.