Color Hex Logo

#830275 Color Hex

#830275
(131,2,117)
0 Favorites   0 Comments

Color spaces of #830275

RGB 1312117
HSL0.850.970.26
HSV307°98°51°
CMYK 0.000.980.11   0.49
XYZ12.59276.153117.3536
Yxy6.15310.34880.1704
Hunter Lab24.805447.2076-24.1148
CIE-Lab29.795557.5019-29.4782

#830275 color RGB value is (131,2,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 01110101
Octal 203 2 165
Decimal 131 2 117
Hex 83 2 75

RGB Percentages of Color #830275

%52.40
%0.80
%46.80

CMYK Percentages of Color #830275

%0
%98
%11
%49

Triadic Colors of #830275

#830275 #758302 #027583

Analogous Colors of #830275

#830275 #830234 #510283

Monochromatic Colors of #830275

#830275

Complementary Color

#830275 #028310

#830275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830275 Color CSS Codes

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

#830275 Text Font Color

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

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


#830275 Background Color

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

This div background color is #830275


#830275 Border Color

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

This div border color is #830275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830275


Comments

No comments written yet.

Please login to write comment.