Color Hex Logo

#851884 Color Hex

#851884
(133,24,132)
0 Favorites   0 Comments

Color spaces of #851884

RGB 13324132
HSL0.830.690.31
HSV301°82°52°
CMYK 0.000.820.01   0.48
XYZ14.16447.305822.4934
Yxy7.30580.32220.1662
Hunter Lab27.029246.2399-30.4199
CIE-Lab32.493256.0656-34.6213

#851884 color RGB value is (133,24,132).

#851884 hex color red value is 133, green value is 24 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #851884 hue: 0.83 , saturation: 0.69 and the lightness value of 851884 is 0.31.

The process color (four color CMYK) of #851884 color hex is 0.00, 0.82, 0.01, 0.48. Web safe color of #851884 is #990099. Color #851884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 10000100
Octal 205 30 204
Decimal 133 24 132
Hex 85 18 84

RGB Percentages of Color #851884

%46.02
%8.30
%45.67

CMYK Percentages of Color #851884

%0
%82
%1
%48

Triadic Colors of #851884

#851884 #848518 #188485

Analogous Colors of #851884

#851884 #85184e #4f1885

Monochromatic Colors of #851884

#851884

Complementary Color

#851884 #188519

#851884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851884 Color CSS Codes

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

#851884 Text Font Color

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

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


#851884 Background Color

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

This div background color is #851884


#851884 Border Color

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

This div border color is #851884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851884


Comments

No comments written yet.

Please login to write comment.