Color Hex Logo

#830bfe Color Hex

#830BFE
(131,11,254)
0 Favorites   0 Comments

Color spaces of #830bfe

RGB 13111254
HSL0.750.990.52
HSV270°96°100°
CMYK 0.480.960.00   0.00
XYZ27.369112.220494.6822
Yxy12.22040.20380.0910
Hunter Lab34.957778.5754-136.1154
CIE-Lab41.564382.0530-91.6484

#830bfe color RGB value is (131,11,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001011 11111110
Octal 203 13 376
Decimal 131 11 254
Hex 83 B FE

RGB Percentages of Color #830bfe

%33.08
%2.78
%64.14

CMYK Percentages of Color #830bfe

%48
%96
%0
%0

Triadic Colors of #830bfe

#830bfe #fe830b #0bfe83

Analogous Colors of #830bfe

#830bfe #fd0bfe #0b0cfe

Monochromatic Colors of #830bfe

#830bfe

Complementary Color

#830bfe #86fe0b

#830bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#830bfe Color CSS Codes

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

#830bfe Text Font Color

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

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


#830bfe Background Color

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

This div background color is #830bfe


#830bfe Border Color

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

This div border color is #830bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.