Color Hex Logo

#830ead Color Hex

#830EAD
(131,14,173)
0 Favorites   0 Comments

Color spaces of #830ead

RGB 13114173
HSL0.790.850.37
HSV284°92°68°
CMYK 0.240.920.00   0.32
XYZ17.05998.156540.2104
Yxy8.15650.26070.1247
Hunter Lab28.559656.6466-63.4855
CIE-Lab34.306765.2042-56.7547

#830ead color RGB value is (131,14,173).

#830ead hex color red value is 131, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #830ead hue: 0.79 , saturation: 0.85 and the lightness value of 830ead is 0.37.

The process color (four color CMYK) of #830ead color hex is 0.24, 0.92, 0.00, 0.32. Web safe color of #830ead is #990099. Color #830ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001110 10101101
Octal 203 16 255
Decimal 131 14 173
Hex 83 E AD

RGB Percentages of Color #830ead

%41.19
%4.40
%54.40

CMYK Percentages of Color #830ead

%24
%92
%0
%32

Triadic Colors of #830ead

#830ead #ad830e #0ead83

Analogous Colors of #830ead

#830ead #ad0e88 #340ead

Monochromatic Colors of #830ead

#830ead

Complementary Color

#830ead #38ad0e

#830ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#830ead Color CSS Codes

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

#830ead Text Font Color

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

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


#830ead Background Color

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

This div background color is #830ead


#830ead Border Color

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

This div border color is #830ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830ead


Comments

No comments written yet.

Please login to write comment.