Color Hex Logo

#830369 Color Hex

#830369
(131,3,105)
0 Favorites   0 Comments

Color spaces of #830369

RGB 1313105
HSL0.870.960.26
HSV312°98°51°
CMYK 0.000.980.20   0.49
XYZ11.94245.910313.8760
Yxy5.91030.37640.1863
Hunter Lab24.311145.1405-16.8231
CIE-Lab29.185055.6678-22.7411

#830369 color RGB value is (131,3,105).

#830369 hex color red value is 131, green value is 3 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #830369 hue: 0.87 , saturation: 0.96 and the lightness value of 830369 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000011 01101001
Octal 203 3 151
Decimal 131 3 105
Hex 83 3 69

RGB Percentages of Color #830369

%54.81
%1.26
%43.93

CMYK Percentages of Color #830369

%0
%98
%20
%49

Triadic Colors of #830369

#830369 #698303 #036983

Analogous Colors of #830369

#830369 #830329 #5d0383

Monochromatic Colors of #830369

#830369

Complementary Color

#830369 #03831d

#830369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830369 Color CSS Codes

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

#830369 Text Font Color

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

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


#830369 Background Color

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

This div background color is #830369


#830369 Border Color

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

This div border color is #830369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830369


Comments

No comments written yet.

Please login to write comment.