Color Hex Logo

#830fad Color Hex

#830FAD
(131,15,173)
0 Favorites   0 Comments

Color spaces of #830fad

RGB 13115173
HSL0.790.840.37
HSV284°91°68°
CMYK 0.240.910.00   0.32
XYZ17.07378.184140.2150
Yxy8.18410.26080.1250
Hunter Lab28.607956.4683-63.3204
CIE-Lab34.363465.0359-56.6624

#830fad color RGB value is (131,15,173).

#830fad hex color red value is 131, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #830fad hue: 0.79 , saturation: 0.84 and the lightness value of 830fad is 0.37.

The process color (four color CMYK) of #830fad color hex is 0.24, 0.91, 0.00, 0.32. Web safe color of #830fad is #990099. Color #830fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001111 10101101
Octal 203 17 255
Decimal 131 15 173
Hex 83 F AD

RGB Percentages of Color #830fad

%41.07
%4.70
%54.23

CMYK Percentages of Color #830fad

%24
%91
%0
%32

Triadic Colors of #830fad

#830fad #ad830f #0fad83

Analogous Colors of #830fad

#830fad #ad0f88 #340fad

Monochromatic Colors of #830fad

#830fad

Complementary Color

#830fad #39ad0f

#830fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#830fad Color CSS Codes

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

#830fad Text Font Color

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

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


#830fad Background Color

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

This div background color is #830fad


#830fad Border Color

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

This div border color is #830fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830fad


Comments

No comments written yet.

Please login to write comment.