Color Hex Logo

#2890dd Color Hex

#2890DD
(40,144,221)
0 Favorites   0 Comments

Color spaces of #2890dd

RGB 40144221
HSL0.570.730.51
HSV206°82°87°
CMYK 0.820.350.00   0.13
XYZ23.899525.618172.0918
Yxy25.61810.19650.2107
Hunter Lab50.6143-4.2894-49.0188
CIE-Lab57.6728-1.9673-47.2945

#2890dd color RGB value is (40,144,221).

#2890dd hex color red value is 40, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2890dd hue: 0.57 , saturation: 0.73 and the lightness value of 2890dd is 0.51.

The process color (four color CMYK) of #2890dd color hex is 0.82, 0.35, 0.00, 0.13. Web safe color of #2890dd is #3399cc. Color #2890dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010000 11011101
Octal 50 220 335
Decimal 40 144 221
Hex 28 90 DD

RGB Percentages of Color #2890dd

%9.88
%35.56
%54.57

CMYK Percentages of Color #2890dd

%82
%35
%0
%13

Triadic Colors of #2890dd

#2890dd #dd2890 #90dd28

Analogous Colors of #2890dd

#2890dd #2836dd #28ddd0

Monochromatic Colors of #2890dd

#2890dd

Complementary Color

#2890dd #dd7528

#2890dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2890dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2890dd Color CSS Codes

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

#2890dd Text Font Color

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

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


#2890dd Background Color

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

This div background color is #2890dd


#2890dd Border Color

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

This div border color is #2890dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2890dd


Comments

No comments written yet.

Please login to write comment.