Color Hex Logo

#830fea Color Hex

#830FEA
(131,15,234)
0 Favorites   0 Comments

Color spaces of #830fea

RGB 13115234
HSL0.750.880.49
HSV272°94°92°
CMYK 0.440.940.00   0.08
XYZ24.382211.107578.7008
Yxy11.10750.21350.0973
Hunter Lab33.327972.2640-116.6783
CIE-Lab39.760977.3494-83.3488

#830fea color RGB value is (131,15,234).

#830fea hex color red value is 131, green value is 15 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #830fea hue: 0.75 , saturation: 0.88 and the lightness value of 830fea is 0.49.

The process color (four color CMYK) of #830fea color hex is 0.44, 0.94, 0.00, 0.08. Web safe color of #830fea is #9900ff. Color #830fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001111 11101010
Octal 203 17 352
Decimal 131 15 234
Hex 83 F EA

RGB Percentages of Color #830fea

%34.47
%3.95
%61.58

CMYK Percentages of Color #830fea

%44
%94
%0
%8

Triadic Colors of #830fea

#830fea #ea830f #0fea83

Analogous Colors of #830fea

#830fea #ea0fe4 #160fea

Monochromatic Colors of #830fea

#830fea

Complementary Color

#830fea #76ea0f

#830fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#830fea Color CSS Codes

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

#830fea Text Font Color

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

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


#830fea Background Color

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

This div background color is #830fea


#830fea Border Color

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

This div border color is #830fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830fea


Comments

No comments written yet.

Please login to write comment.