Color Hex Logo

#830fde Color Hex

#830FDE
(131,15,222)
0 Favorites   0 Comments

Color spaces of #830fde

RGB 13115222
HSL0.760.870.46
HSV274°93°87°
CMYK 0.410.930.00   0.13
XYZ22.715710.440969.9253
Yxy10.44090.22040.1013
Hunter Lab32.312468.9394-105.6873
CIE-Lab38.622474.8474-78.3760

#830fde color RGB value is (131,15,222).

#830fde hex color red value is 131, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #830fde hue: 0.76 , saturation: 0.87 and the lightness value of 830fde is 0.46.

The process color (four color CMYK) of #830fde color hex is 0.41, 0.93, 0.00, 0.13. Web safe color of #830fde is #9900cc. Color #830fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001111 11011110
Octal 203 17 336
Decimal 131 15 222
Hex 83 F DE

RGB Percentages of Color #830fde

%35.60
%4.08
%60.33

CMYK Percentages of Color #830fde

%41
%93
%0
%13

Triadic Colors of #830fde

#830fde #de830f #0fde83

Analogous Colors of #830fde

#830fde #de0fd2 #1b0fde

Monochromatic Colors of #830fde

#830fde

Complementary Color

#830fde #6ade0f

#830fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#830fde Color CSS Codes

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

#830fde Text Font Color

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

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


#830fde Background Color

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

This div background color is #830fde


#830fde Border Color

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

This div border color is #830fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830fde


Comments

No comments written yet.

Please login to write comment.