Color Hex Logo

#830284 Color Hex

#830284
(131,2,132)
0 Favorites   0 Comments

Color spaces of #830284

RGB 1312132
HSL0.830.970.26
HSV300°98°52°
CMYK 0.010.980.00   0.48
XYZ13.54666.534722.3771
Yxy6.53470.31910.1539
Hunter Lab25.563149.8569-34.0065
CIE-Lab30.723359.7830-37.4687

#830284 color RGB value is (131,2,132).

#830284 hex color red value is 131, green value is 2 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #830284 hue: 0.83 , saturation: 0.97 and the lightness value of 830284 is 0.26.

The process color (four color CMYK) of #830284 color hex is 0.01, 0.98, 0.00, 0.48. Web safe color of #830284 is #990099. Color #830284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 10000100
Octal 203 2 204
Decimal 131 2 132
Hex 83 2 84

RGB Percentages of Color #830284

%49.43
%0.75
%49.81

CMYK Percentages of Color #830284

%1
%98
%0
%48

Triadic Colors of #830284

#830284 #848302 #028483

Analogous Colors of #830284

#830284 #840244 #420284

Monochromatic Colors of #830284

#830284

Complementary Color

#830284 #038402

#830284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830284 Color CSS Codes

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

#830284 Text Font Color

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

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


#830284 Background Color

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

This div background color is #830284


#830284 Border Color

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

This div border color is #830284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830284


Comments

No comments written yet.

Please login to write comment.