Color Hex Logo

#8208ea Color Hex

#8208EA
(130,8,234)
0 Favorites   0 Comments

Color spaces of #8208ea

RGB 1308234
HSL0.760.930.47
HSV272°97°92°
CMYK 0.440.970.00   0.08
XYZ24.144010.860078.6656
Yxy10.86000.21240.0955
Hunter Lab32.954573.1069-118.4628
CIE-Lab39.343778.1100-84.0415

#8208ea color RGB value is (130,8,234).

#8208ea hex color red value is 130, green value is 8 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8208ea hue: 0.76 , saturation: 0.93 and the lightness value of 8208ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001000 11101010
Octal 202 10 352
Decimal 130 8 234
Hex 82 8 EA

RGB Percentages of Color #8208ea

%34.95
%2.15
%62.90

CMYK Percentages of Color #8208ea

%44
%97
%0
%8

Triadic Colors of #8208ea

#8208ea #ea8208 #08ea82

Analogous Colors of #8208ea

#8208ea #ea08e1 #1108ea

Monochromatic Colors of #8208ea

#8208ea

Complementary Color

#8208ea #70ea08

#8208ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8208ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8208ea Color CSS Codes

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

#8208ea Text Font Color

<p style="color:#8208ea">Text here</p>

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


#8208ea Background Color

<div style="background-color:#8208ea">
Div content here</div>

This div background color is #8208ea


#8208ea Border Color

<div style="border:3px solid #8208ea">
Div here</div>

This div border color is #8208ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,8,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8208ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8208ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8208ea;
  box-shadow:         1px 1px 3px 2px #8208ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,8,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 #8208ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8208ea


Comments

No comments written yet.

Please login to write comment.