Color Hex Logo

#830edb Color Hex

#830EDB
(131,14,219)
0 Favorites   0 Comments

Color spaces of #830edb

RGB 13114219
HSL0.760.880.46
HSV274°94°86°
CMYK 0.400.940.00   0.14
XYZ22.303310.253867.8215
Yxy10.25380.22220.1022
Hunter Lab32.021668.2891-103.1608
CIE-Lab38.294174.3730-77.1938

#830edb color RGB value is (131,14,219).

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

The process color (four color CMYK) of #830edb color hex is 0.40, 0.94, 0.00, 0.14. Web safe color of #830edb is #9900cc. Color #830edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001110 11011011
Octal 203 16 333
Decimal 131 14 219
Hex 83 E DB

RGB Percentages of Color #830edb

%35.99
%3.85
%60.16

CMYK Percentages of Color #830edb

%40
%94
%0
%14

Triadic Colors of #830edb

#830edb #db830e #0edb83

Analogous Colors of #830edb

#830edb #db0ecd #1d0edb

Monochromatic Colors of #830edb

#830edb

Complementary Color

#830edb #66db0e

#830edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#830edb Color CSS Codes

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

#830edb Text Font Color

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

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


#830edb Background Color

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

This div background color is #830edb


#830edb Border Color

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

This div border color is #830edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830edb


Comments

No comments written yet.

Please login to write comment.