Color Hex Logo

#850189 Color Hex

#850189
(133,1,137)
0 Favorites   0 Comments

Color spaces of #850189

RGB 1331137
HSL0.830.990.27
HSV298°99°54°
CMYK 0.030.990.00   0.46
XYZ14.19916.814424.2338
Yxy6.81440.31380.1506
Hunter Lab26.104451.4097-36.7683
CIE-Lab31.380661.0775-39.5134

#850189 color RGB value is (133,1,137).

#850189 hex color red value is 133, green value is 1 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #850189 hue: 0.83 , saturation: 0.99 and the lightness value of 850189 is 0.27.

The process color (four color CMYK) of #850189 color hex is 0.03, 0.99, 0.00, 0.46. Web safe color of #850189 is #990099. Color #850189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000001 10001001
Octal 205 1 211
Decimal 133 1 137
Hex 85 1 89

RGB Percentages of Color #850189

%49.08
%0.37
%50.55

CMYK Percentages of Color #850189

%3
%99
%0
%46

Triadic Colors of #850189

#850189 #898501 #018985

Analogous Colors of #850189

#850189 #890149 #410189

Monochromatic Colors of #850189

#850189

Complementary Color

#850189 #058901

#850189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850189 Color CSS Codes

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

#850189 Text Font Color

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

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


#850189 Background Color

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

This div background color is #850189


#850189 Border Color

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

This div border color is #850189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850189


Comments

No comments written yet.

Please login to write comment.