Color Hex Logo

#7087eb Color Hex

#7087EB
(112,135,235)
0 Favorites   0 Comments

Color spaces of #7087eb

RGB 112135235
HSL0.640.750.68
HSV229°52°92°
CMYK 0.520.430.00   0.08
XYZ30.341526.770882.1654
Yxy26.77080.21780.1922
Hunter Lab51.740514.1295-57.9359
CIE-Lab58.761619.4712-53.1852

#7087eb color RGB value is (112,135,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 11101011
Octal 160 207 353
Decimal 112 135 235
Hex 70 87 EB

RGB Percentages of Color #7087eb

%23.24
%28.01
%48.76

CMYK Percentages of Color #7087eb

%52
%43
%0
%8

Triadic Colors of #7087eb

#7087eb #eb7087 #87eb70

Analogous Colors of #7087eb

#7087eb #9770eb #70c5eb

Monochromatic Colors of #7087eb

#7087eb

Complementary Color

#7087eb #ebd470

#7087eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7087eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7087eb Color CSS Codes

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

#7087eb Text Font Color

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

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


#7087eb Background Color

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

This div background color is #7087eb


#7087eb Border Color

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

This div border color is #7087eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7087eb


Comments

No comments written yet.

Please login to write comment.