Color Hex Logo

#830388 Color Hex

#830388
(131,3,136)
0 Favorites   0 Comments

Color spaces of #830388

RGB 1313136
HSL0.830.960.27
HSV298°98°53°
CMYK 0.040.980.00   0.47
XYZ13.83666.668023.8503
Yxy6.66800.31200.1503
Hunter Lab25.822550.4573-36.6860
CIE-Lab31.038860.2734-39.4599

#830388 color RGB value is (131,3,136).

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

The process color (four color CMYK) of #830388 color hex is 0.04, 0.98, 0.00, 0.47. Web safe color of #830388 is #990099. Color #830388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000011 10001000
Octal 203 3 210
Decimal 131 3 136
Hex 83 3 88

RGB Percentages of Color #830388

%48.52
%1.11
%50.37

CMYK Percentages of Color #830388

%4
%98
%0
%47

Triadic Colors of #830388

#830388 #888303 #038883

Analogous Colors of #830388

#830388 #88034a #410388

Monochromatic Colors of #830388

#830388

Complementary Color

#830388 #088803

#830388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830388 Color CSS Codes

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

#830388 Text Font Color

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

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


#830388 Background Color

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

This div background color is #830388


#830388 Border Color

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

This div border color is #830388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830388


Comments

No comments written yet.

Please login to write comment.