Color Hex Logo

#7077eb Color Hex

#7077EB
(112,119,235)
0 Favorites   0 Comments

Color spaces of #7077eb

RGB 112119235
HSL0.660.750.68
HSV237°52°92°
CMYK 0.520.490.00   0.08
XYZ28.274322.636681.4763
Yxy22.63660.21360.1710
Hunter Lab47.577922.8164-68.2284
CIE-Lab54.696029.0512-59.6843

#7077eb color RGB value is (112,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 11101011
Octal 160 167 353
Decimal 112 119 235
Hex 70 77 EB

RGB Percentages of Color #7077eb

%24.03
%25.54
%50.43

CMYK Percentages of Color #7077eb

%52
%49
%0
%8

Triadic Colors of #7077eb

#7077eb #eb7077 #77eb70

Analogous Colors of #7077eb

#7077eb #a770eb #70b5eb

Monochromatic Colors of #7077eb

#7077eb

Complementary Color

#7077eb #ebe470

#7077eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7077eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7077eb Color CSS Codes

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

#7077eb Text Font Color

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

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


#7077eb Background Color

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

This div background color is #7077eb


#7077eb Border Color

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

This div border color is #7077eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7077eb


Comments

No comments written yet.

Please login to write comment.