Color Hex Logo

#830afc Color Hex

#830AFC
(131,10,252)
0 Favorites   0 Comments

Color spaces of #830afc

RGB 13110252
HSL0.750.980.51
HSV270°96°99°
CMYK 0.480.960.00   0.01
XYZ27.039312.070793.0002
Yxy12.07070.20470.0914
Hunter Lab34.742978.1208-134.3881
CIE-Lab41.328381.7387-90.9181

#830afc color RGB value is (131,10,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001010 11111100
Octal 203 12 374
Decimal 131 10 252
Hex 83 A FC

RGB Percentages of Color #830afc

%33.33
%2.54
%64.12

CMYK Percentages of Color #830afc

%48
%96
%0
%1

Triadic Colors of #830afc

#830afc #fc830a #0afc83

Analogous Colors of #830afc

#830afc #fc0afc #0a0afc

Monochromatic Colors of #830afc

#830afc

Complementary Color

#830afc #83fc0a

#830afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#830afc Color CSS Codes

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

#830afc Text Font Color

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

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


#830afc Background Color

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

This div background color is #830afc


#830afc Border Color

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

This div border color is #830afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830afc

Related Colors


Comments

No comments written yet.

Please login to write comment.