Color Hex Logo

#2990ce Color Hex

#2990CE
(41,144,206)
0 Favorites   0 Comments

Color spaces of #2990ce

RGB 41144206
HSL0.560.670.48
HSV203°80°81°
CMYK 0.800.300.00   0.19
XYZ22.028324.874262.0327
Yxy24.87420.20220.2283
Hunter Lab49.8740-8.4399-38.8323
CIE-Lab56.9526-7.3244-40.0192

#2990ce color RGB value is (41,144,206).

#2990ce hex color red value is 41, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2990ce hue: 0.56 , saturation: 0.67 and the lightness value of 2990ce is 0.48.

The process color (four color CMYK) of #2990ce color hex is 0.80, 0.30, 0.00, 0.19. Web safe color of #2990ce is #3399cc. Color #2990ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 11001110
Octal 51 220 316
Decimal 41 144 206
Hex 29 90 CE

RGB Percentages of Color #2990ce

%10.49
%36.83
%52.69

CMYK Percentages of Color #2990ce

%80
%30
%0
%19

Triadic Colors of #2990ce

#2990ce #ce2990 #90ce29

Analogous Colors of #2990ce

#2990ce #293dce #29ceba

Monochromatic Colors of #2990ce

#2990ce

Complementary Color

#2990ce #ce6729

#2990ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2990ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2990ce Color CSS Codes

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

#2990ce Text Font Color

<p style="color:#2990ce">Text here</p>

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


#2990ce Background Color

<div style="background-color:#2990ce">
Div content here</div>

This div background color is #2990ce


#2990ce Border Color

<div style="border:3px solid #2990ce">
Div here</div>

This div border color is #2990ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,144,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2990ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2990ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2990ce;
  box-shadow:         1px 1px 3px 2px #2990ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2990ce


Comments

No comments written yet.

Please login to write comment.