Color Hex Logo

#830274 Color Hex

#830274
(131,2,116)
0 Favorites   0 Comments

Color spaces of #830274

RGB 1312116
HSL0.850.970.26
HSV307°98°51°
CMYK 0.000.980.11   0.49
XYZ12.53426.129717.0455
Yxy6.12970.35100.1717
Hunter Lab24.758247.0412-23.4891
CIE-Lab29.737457.3572-28.9328

#830274 color RGB value is (131,2,116).

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

The process color (four color CMYK) of #830274 color hex is 0.00, 0.98, 0.11, 0.49. Web safe color of #830274 is #990066. Color #830274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 01110100
Octal 203 2 164
Decimal 131 2 116
Hex 83 2 74

RGB Percentages of Color #830274

%52.61
%0.80
%46.59

CMYK Percentages of Color #830274

%0
%98
%11
%49

Triadic Colors of #830274

#830274 #748302 #027483

Analogous Colors of #830274

#830274 #830234 #520283

Monochromatic Colors of #830274

#830274

Complementary Color

#830274 #028311

#830274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830274 Color CSS Codes

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

#830274 Text Font Color

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

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


#830274 Background Color

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

This div background color is #830274


#830274 Border Color

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

This div border color is #830274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830274


Comments

No comments written yet.

Please login to write comment.