Color Hex Logo

#830acf Color Hex

#830ACF
(131,10,207)
0 Favorites   0 Comments

Color spaces of #830acf

RGB 13110207
HSL0.770.910.43
HSV277°95°81°
CMYK 0.370.950.00   0.19
XYZ20.73119.547459.7817
Yxy9.54740.23020.1060
Hunter Lab30.898965.6887-93.0823
CIE-Lab37.017672.4517-72.3598

#830acf color RGB value is (131,10,207).

#830acf hex color red value is 131, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #830acf hue: 0.77 , saturation: 0.91 and the lightness value of 830acf is 0.43.

The process color (four color CMYK) of #830acf color hex is 0.37, 0.95, 0.00, 0.19. Web safe color of #830acf is #9900cc. Color #830acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001010 11001111
Octal 203 12 317
Decimal 131 10 207
Hex 83 A CF

RGB Percentages of Color #830acf

%37.64
%2.87
%59.48

CMYK Percentages of Color #830acf

%37
%95
%0
%19

Triadic Colors of #830acf

#830acf #cf830a #0acf83

Analogous Colors of #830acf

#830acf #cf0ab9 #210acf

Monochromatic Colors of #830acf

#830acf

Complementary Color

#830acf #56cf0a

#830acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#830acf Color CSS Codes

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

#830acf Text Font Color

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

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


#830acf Background Color

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

This div background color is #830acf


#830acf Border Color

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

This div border color is #830acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830acf


Comments

No comments written yet.

Please login to write comment.