Color Hex Logo

#2890ef Color Hex

#2890EF
(40,144,239)
0 Favorites   0 Comments

Color spaces of #2890ef

RGB 40144239
HSL0.580.860.55
HSV209°83°94°
CMYK 0.830.400.00   0.06
XYZ26.428326.629685.4085
Yxy26.62960.19090.1923
Hunter Lab51.60391.1098-62.0069
CIE-Lab58.62994.6669-55.7771

#2890ef color RGB value is (40,144,239).

#2890ef hex color red value is 40, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2890ef hue: 0.58 , saturation: 0.86 and the lightness value of 2890ef is 0.55.

The process color (four color CMYK) of #2890ef color hex is 0.83, 0.40, 0.00, 0.06. Web safe color of #2890ef is #3399ff. Color #2890ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010000 11101111
Octal 50 220 357
Decimal 40 144 239
Hex 28 90 EF

RGB Percentages of Color #2890ef

%9.46
%34.04
%56.50

CMYK Percentages of Color #2890ef

%83
%40
%0
%6

Triadic Colors of #2890ef

#2890ef #ef2890 #90ef28

Analogous Colors of #2890ef

#2890ef #282def #28efeb

Monochromatic Colors of #2890ef

#2890ef

Complementary Color

#2890ef #ef8728

#2890ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2890ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2890ef Color CSS Codes

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

#2890ef Text Font Color

<p style="color:#2890ef">Text here</p>

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


#2890ef Background Color

<div style="background-color:#2890ef">
Div content here</div>

This div background color is #2890ef


#2890ef Border Color

<div style="border:3px solid #2890ef">
Div here</div>

This div border color is #2890ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,144,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2890ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2890ef;
  -webkit-box-shadow: 1px 1px 3px 2px #2890ef;
  box-shadow:         1px 1px 3px 2px #2890ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2890ef


Comments

No comments written yet.

Please login to write comment.