Color Hex Logo

#2090ea Color Hex

#2090EA
(32,144,234)
0 Favorites   0 Comments

Color spaces of #2090ea

RGB 32144234
HSL0.570.830.52
HSV207°86°92°
CMYK 0.860.380.00   0.08
XYZ25.420226.194181.5581
Yxy26.19410.19090.1967
Hunter Lab51.1802-0.9078-58.6554
CIE-Lab58.22082.2267-53.6678

#2090ea color RGB value is (32,144,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10010000 11101010
Octal 40 220 352
Decimal 32 144 234
Hex 20 90 EA

RGB Percentages of Color #2090ea

%7.80
%35.12
%57.07

CMYK Percentages of Color #2090ea

%86
%38
%0
%8

Triadic Colors of #2090ea

#2090ea #ea2090 #90ea20

Analogous Colors of #2090ea

#2090ea #202bea #20eadf

Monochromatic Colors of #2090ea

#2090ea

Complementary Color

#2090ea #ea7a20

#2090ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2090ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2090ea Color CSS Codes

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

#2090ea Text Font Color

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

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


#2090ea Background Color

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

This div background color is #2090ea


#2090ea Border Color

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

This div border color is #2090ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2090ea


Comments

No comments written yet.

Please login to write comment.