Color Hex Logo

#8278eb Color Hex

#8278EB
(130,120,235)
0 Favorites   0 Comments

Color spaces of #8278eb

RGB 130120235
HSL0.680.740.70
HSV245°49°92°
CMYK 0.450.490.00   0.08
XYZ30.917824.176981.6343
Yxy24.17690.22610.1768
Hunter Lab49.170026.1922-64.0170
CIE-Lab56.264532.3845-57.0974

#8278eb color RGB value is (130,120,235).

#8278eb hex color red value is 130, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8278eb hue: 0.68 , saturation: 0.74 and the lightness value of 8278eb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111000 11101011
Octal 202 170 353
Decimal 130 120 235
Hex 82 78 EB

RGB Percentages of Color #8278eb

%26.80
%24.74
%48.45

CMYK Percentages of Color #8278eb

%45
%49
%0
%8

Triadic Colors of #8278eb

#8278eb #eb8278 #78eb82

Analogous Colors of #8278eb

#8278eb #bc78eb #78a8eb

Monochromatic Colors of #8278eb

#8278eb

Complementary Color

#8278eb #e1eb78

#8278eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8278eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8278eb Color CSS Codes

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

#8278eb Text Font Color

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

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


#8278eb Background Color

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

This div background color is #8278eb


#8278eb Border Color

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

This div border color is #8278eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8278eb


Comments

No comments written yet.

Please login to write comment.