Color Hex Logo

#8078ef Color Hex

#8078EF
(128,120,239)
0 Favorites   0 Comments

Color spaces of #8078ef

RGB 128120239
HSL0.680.790.70
HSV244°50°94°
CMYK 0.460.500.00   0.06
XYZ31.198524.254184.6985
Yxy24.25410.22260.1731
Hunter Lab49.248526.8935-67.4942
CIE-Lab56.341333.0908-59.2104

#8078ef color RGB value is (128,120,239).

#8078ef hex color red value is 128, green value is 120 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8078ef hue: 0.68 , saturation: 0.79 and the lightness value of 8078ef is 0.70.

The process color (four color CMYK) of #8078ef color hex is 0.46, 0.50, 0.00, 0.06. Web safe color of #8078ef is #9966ff. Color #8078ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 11101111
Octal 200 170 357
Decimal 128 120 239
Hex 80 78 EF

RGB Percentages of Color #8078ef

%26.28
%24.64
%49.08

CMYK Percentages of Color #8078ef

%46
%50
%0
%6

Triadic Colors of #8078ef

#8078ef #ef8078 #78ef80

Analogous Colors of #8078ef

#8078ef #bc78ef #78acef

Monochromatic Colors of #8078ef

#8078ef

Complementary Color

#8078ef #e7ef78

#8078ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8078ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8078ef Color CSS Codes

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

#8078ef Text Font Color

<p style="color:#8078ef">Text here</p>

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


#8078ef Background Color

<div style="background-color:#8078ef">
Div content here</div>

This div background color is #8078ef


#8078ef Border Color

<div style="border:3px solid #8078ef">
Div here</div>

This div border color is #8078ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,120,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8078ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8078ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8078ef;
  box-shadow:         1px 1px 3px 2px #8078ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,120,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8078ef


Comments

No comments written yet.

Please login to write comment.