Color Hex Logo

#830294 Color Hex

#830294
(131,2,148)
0 Favorites   0 Comments

Color spaces of #830294

RGB 1312148
HSL0.810.970.29
HSV293°99°58°
CMYK 0.110.990.00   0.42
XYZ14.72717.006828.5932
Yxy7.00680.29260.1392
Hunter Lab26.470452.9875-45.5156
CIE-Lab31.822462.4218-45.6226

#830294 color RGB value is (131,2,148).

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

The process color (four color CMYK) of #830294 color hex is 0.11, 0.99, 0.00, 0.42. Web safe color of #830294 is #990099. Color #830294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 10010100
Octal 203 2 224
Decimal 131 2 148
Hex 83 2 94

RGB Percentages of Color #830294

%46.62
%0.71
%52.67

CMYK Percentages of Color #830294

%11
%99
%0
%42

Triadic Colors of #830294

#830294 #948302 #029483

Analogous Colors of #830294

#830294 #94025c #3a0294

Monochromatic Colors of #830294

#830294

Complementary Color

#830294 #139402

#830294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830294 Color CSS Codes

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

#830294 Text Font Color

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

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


#830294 Background Color

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

This div background color is #830294


#830294 Border Color

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

This div border color is #830294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830294


Comments

No comments written yet.

Please login to write comment.