Color Hex Logo

#7080eb Color Hex

#7080EB
(112,128,235)
0 Favorites   0 Comments

Color spaces of #7080eb

RGB 112128235
HSL0.640.750.68
HSV232°52°92°
CMYK 0.520.460.00   0.08
XYZ29.396724.881281.8505
Yxy24.88120.21590.1828
Hunter Lab49.881117.9046-62.3730
CIE-Lab56.959523.6544-56.0594

#7080eb color RGB value is (112,128,235).

#7080eb hex color red value is 112, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7080eb hue: 0.64 , saturation: 0.75 and the lightness value of 7080eb is 0.68.

The process color (four color CMYK) of #7080eb color hex is 0.52, 0.46, 0.00, 0.08. Web safe color of #7080eb is #6699ff. Color #7080eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000000 11101011
Octal 160 200 353
Decimal 112 128 235
Hex 70 80 EB

RGB Percentages of Color #7080eb

%23.58
%26.95
%49.47

CMYK Percentages of Color #7080eb

%52
%46
%0
%8

Triadic Colors of #7080eb

#7080eb #eb7080 #80eb70

Analogous Colors of #7080eb

#7080eb #9e70eb #70beeb

Monochromatic Colors of #7080eb

#7080eb

Complementary Color

#7080eb #ebdb70

#7080eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7080eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7080eb Color CSS Codes

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

#7080eb Text Font Color

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

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


#7080eb Background Color

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

This div background color is #7080eb


#7080eb Border Color

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

This div border color is #7080eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7080eb


Comments

No comments written yet.

Please login to write comment.