Color Hex Logo

#830aff Color Hex

#830AFF
(131,10,255)
0 Favorites   0 Comments

Color spaces of #830aff

RGB 13110255
HSL0.751.000.52
HSV270°96°100°
CMYK 0.490.960.00   0.00
XYZ27.518612.262495.5242
Yxy12.26240.20340.0906
Hunter Lab35.017778.9929-137.2238
CIE-Lab41.630282.3691-92.0990

#830aff color RGB value is (131,10,255).

#830aff hex color red value is 131, green value is 10 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #830aff hue: 0.75 , saturation: 1.00 and the lightness value of 830aff is 0.52.

The process color (four color CMYK) of #830aff color hex is 0.49, 0.96, 0.00, 0.00. Web safe color of #830aff is #9900ff. Color #830aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001010 11111111
Octal 203 12 377
Decimal 131 10 255
Hex 83 A FF

RGB Percentages of Color #830aff

%33.08
%2.53
%64.39

CMYK Percentages of Color #830aff

%49
%96
%0
%0

Triadic Colors of #830aff

#830aff #ff830a #0aff83

Analogous Colors of #830aff

#830aff #fe0aff #0a0bff

Monochromatic Colors of #830aff

#830aff

Complementary Color

#830aff #86ff0a

#830aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#830aff Color CSS Codes

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

#830aff Text Font Color

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

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


#830aff Background Color

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

This div background color is #830aff


#830aff Border Color

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

This div border color is #830aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830aff


Comments

No comments written yet.

Please login to write comment.