Color Hex Logo

#7890eb Color Hex

#7890EB
(120,144,235)
0 Favorites   0 Comments

Color spaces of #7890eb

RGB 120144235
HSL0.630.740.70
HSV227°49°92°
CMYK 0.490.390.00   0.08
XYZ32.714429.937782.6516
Yxy29.93770.22510.2060
Hunter Lab54.715410.9736-51.2612
CIE-Lab61.600415.9203-48.6491

#7890eb color RGB value is (120,144,235).

#7890eb hex color red value is 120, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7890eb hue: 0.63 , saturation: 0.74 and the lightness value of 7890eb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010000 11101011
Octal 170 220 353
Decimal 120 144 235
Hex 78 90 EB

RGB Percentages of Color #7890eb

%24.05
%28.86
%47.09

CMYK Percentages of Color #7890eb

%49
%39
%0
%8

Triadic Colors of #7890eb

#7890eb #eb7890 #90eb78

Analogous Colors of #7890eb

#7890eb #9a78eb #78caeb

Monochromatic Colors of #7890eb

#7890eb

Complementary Color

#7890eb #ebd378

#7890eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7890eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7890eb Color CSS Codes

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

#7890eb Text Font Color

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

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


#7890eb Background Color

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

This div background color is #7890eb


#7890eb Border Color

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

This div border color is #7890eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7890eb


Comments

No comments written yet.

Please login to write comment.