Color Hex Logo

#0890ea Color Hex

#0890EA
(8,144,234)
0 Favorites   0 Comments

Color spaces of #0890ea

RGB 8144234
HSL0.570.930.47
HSV204°97°92°
CMYK 0.970.380.00   0.08
XYZ24.924725.938781.5349
Yxy25.93870.18830.1959
Hunter Lab50.9301-1.7713-59.2675
CIE-Lab57.97881.1630-54.0679

#0890ea color RGB value is (8,144,234).

#0890ea hex color red value is 8, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0890ea hue: 0.57 , saturation: 0.93 and the lightness value of 0890ea is 0.47.

The process color (four color CMYK) of #0890ea color hex is 0.97, 0.38, 0.00, 0.08. Web safe color of #0890ea is #0099ff. Color #0890ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010000 11101010
Octal 10 220 352
Decimal 8 144 234
Hex 8 90 EA

RGB Percentages of Color #0890ea

%2.07
%37.31
%60.62

CMYK Percentages of Color #0890ea

%97
%38
%0
%8

Triadic Colors of #0890ea

#0890ea #ea0890 #90ea08

Analogous Colors of #0890ea

#0890ea #081fea #08ead3

Monochromatic Colors of #0890ea

#0890ea

Complementary Color

#0890ea #ea6208

#0890ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0890ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0890ea Color CSS Codes

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

#0890ea Text Font Color

<p style="color:#0890ea">Text here</p>

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


#0890ea Background Color

<div style="background-color:#0890ea">
Div content here</div>

This div background color is #0890ea


#0890ea Border Color

<div style="border:3px solid #0890ea">
Div here</div>

This div border color is #0890ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,144,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0890ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0890ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0890ea;
  box-shadow:         1px 1px 3px 2px #0890ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,144,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0890ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0890ea


Comments

No comments written yet.

Please login to write comment.