Color Hex Logo

#8206eb Color Hex

#8206EB
(130,6,235)
0 Favorites   0 Comments

Color spaces of #8206eb

RGB 1306235
HSL0.760.950.47
HSV272°97°92°
CMYK 0.450.970.00   0.08
XYZ24.266410.874279.4172
Yxy10.87420.21180.0949
Hunter Lab32.976173.6464-119.7066
CIE-Lab39.367878.5403-84.5697

#8206eb color RGB value is (130,6,235).

#8206eb hex color red value is 130, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8206eb hue: 0.76 , saturation: 0.95 and the lightness value of 8206eb is 0.47.

The process color (four color CMYK) of #8206eb color hex is 0.45, 0.97, 0.00, 0.08. Web safe color of #8206eb is #9900ff. Color #8206eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000110 11101011
Octal 202 6 353
Decimal 130 6 235
Hex 82 6 EB

RGB Percentages of Color #8206eb

%35.04
%1.62
%63.34

CMYK Percentages of Color #8206eb

%45
%97
%0
%8

Triadic Colors of #8206eb

#8206eb #eb8206 #06eb82

Analogous Colors of #8206eb

#8206eb #eb06e2 #1006eb

Monochromatic Colors of #8206eb

#8206eb

Complementary Color

#8206eb #6feb06

#8206eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8206eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8206eb Color CSS Codes

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

#8206eb Text Font Color

<p style="color:#8206eb">Text here</p>

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


#8206eb Background Color

<div style="background-color:#8206eb">
Div content here</div>

This div background color is #8206eb


#8206eb Border Color

<div style="border:3px solid #8206eb">
Div here</div>

This div border color is #8206eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,6,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8206eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8206eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8206eb;
  box-shadow:         1px 1px 3px 2px #8206eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,6,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8206eb


Comments

No comments written yet.

Please login to write comment.