Color Hex Logo

#090eea Color Hex

#090EEA
(9,14,234)
0 Favorites   0 Comments

Color spaces of #090eea

RGB 914234
HSL0.660.930.48
HSV239°96°92°
CMYK 0.960.940.00   0.08
XYZ15.12106.312778.2634
Yxy6.31270.15170.0633
Hunter Lab25.125163.4575-167.0978
CIE-Lab30.188171.8396-99.5207

#090eea color RGB value is (9,14,234).

#090eea hex color red value is 9, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #090eea hue: 0.66 , saturation: 0.93 and the lightness value of 090eea is 0.48.

The process color (four color CMYK) of #090eea color hex is 0.96, 0.94, 0.00, 0.08. Web safe color of #090eea is #0000ff. Color #090eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001110 11101010
Octal 11 16 352
Decimal 9 14 234
Hex 9 E EA

RGB Percentages of Color #090eea

%3.50
%5.45
%91.05

CMYK Percentages of Color #090eea

%96
%94
%0
%8

Triadic Colors of #090eea

#090eea #ea090e #0eea09

Analogous Colors of #090eea

#090eea #7509ea #097fea

Monochromatic Colors of #090eea

#090eea

Complementary Color

#090eea #eae509

#090eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#090eea Color CSS Codes

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

#090eea Text Font Color

<p style="color:#090eea">Text here</p>

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


#090eea Background Color

<div style="background-color:#090eea">
Div content here</div>

This div background color is #090eea


#090eea Border Color

<div style="border:3px solid #090eea">
Div here</div>

This div border color is #090eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,14,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090eea;
  -webkit-box-shadow: 1px 1px 3px 2px #090eea;
  box-shadow:         1px 1px 3px 2px #090eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,14,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 #090eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090eea


Comments

No comments written yet.

Please login to write comment.