Color Hex Logo

#7090eb Color Hex

#7090EB
(112,144,235)
0 Favorites   0 Comments

Color spaces of #7090eb

RGB 112144235
HSL0.620.750.68
HSV224°52°92°
CMYK 0.520.390.00   0.08
XYZ31.650729.389482.6018
Yxy29.38940.22030.2046
Hunter Lab54.21209.3430-52.3907
CIE-Lab61.123814.1352-49.4343

#7090eb color RGB value is (112,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010000 11101011
Octal 160 220 353
Decimal 112 144 235
Hex 70 90 EB

RGB Percentages of Color #7090eb

%22.81
%29.33
%47.86

CMYK Percentages of Color #7090eb

%52
%39
%0
%8

Triadic Colors of #7090eb

#7090eb #eb7090 #90eb70

Analogous Colors of #7090eb

#7090eb #8e70eb #70ceeb

Monochromatic Colors of #7090eb

#7090eb

Complementary Color

#7090eb #ebcb70

#7090eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7090eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7090eb Color CSS Codes

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

#7090eb Text Font Color

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

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


#7090eb Background Color

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

This div background color is #7090eb


#7090eb Border Color

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

This div border color is #7090eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7090eb


Comments

No comments written yet.

Please login to write comment.