Color Hex Logo

#290eaa Color Hex

#290EAA
(41,14,170)
0 Favorites   0 Comments

Color spaces of #290eaa

RGB 4114170
HSL0.700.850.36
HSV250°92°67°
CMYK 0.760.920.00   0.33
XYZ8.32723.687838.3031
Yxy3.68780.16550.0733
Hunter Lab19.203643.7959-104.8158
CIE-Lab22.611255.6424-74.6137

#290eaa color RGB value is (41,14,170).

#290eaa hex color red value is 41, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #290eaa hue: 0.70 , saturation: 0.85 and the lightness value of 290eaa is 0.36.

The process color (four color CMYK) of #290eaa color hex is 0.76, 0.92, 0.00, 0.33. Web safe color of #290eaa is #330099. Color #290eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001110 10101010
Octal 51 16 252
Decimal 41 14 170
Hex 29 E AA

RGB Percentages of Color #290eaa

%18.22
%6.22
%75.56

CMYK Percentages of Color #290eaa

%76
%92
%0
%33

Triadic Colors of #290eaa

#290eaa #aa290e #0eaa29

Analogous Colors of #290eaa

#290eaa #770eaa #0e41aa

Monochromatic Colors of #290eaa

#290eaa

Complementary Color

#290eaa #8faa0e

#290eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#290eaa Color CSS Codes

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

#290eaa Text Font Color

<p style="color:#290eaa">Text here</p>

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


#290eaa Background Color

<div style="background-color:#290eaa">
Div content here</div>

This div background color is #290eaa


#290eaa Border Color

<div style="border:3px solid #290eaa">
Div here</div>

This div border color is #290eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #290eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #290eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #290eaa;
  box-shadow:         1px 1px 3px 2px #290eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290eaa


Comments

No comments written yet.

Please login to write comment.