Color Hex Logo

#290aab Color Hex

#290AAB
(41,10,171)
0 Favorites   0 Comments

Color spaces of #290aab

RGB 4110171
HSL0.700.890.35
HSV252°94°67°
CMYK 0.760.940.00   0.33
XYZ8.37373.628838.7872
Yxy3.62880.16490.0714
Hunter Lab19.049445.1282-107.3880
CIE-Lab22.404256.9473-75.5629

#290aab color RGB value is (41,10,171).

#290aab hex color red value is 41, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #290aab hue: 0.70 , saturation: 0.89 and the lightness value of 290aab is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001010 10101011
Octal 51 12 253
Decimal 41 10 171
Hex 29 A AB

RGB Percentages of Color #290aab

%18.47
%4.50
%77.03

CMYK Percentages of Color #290aab

%76
%94
%0
%33

Triadic Colors of #290aab

#290aab #ab290a #0aab29

Analogous Colors of #290aab

#290aab #7a0aab #0a3bab

Monochromatic Colors of #290aab

#290aab

Complementary Color

#290aab #8cab0a

#290aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#290aab Color CSS Codes

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

#290aab Text Font Color

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

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


#290aab Background Color

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

This div background color is #290aab


#290aab Border Color

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

This div border color is #290aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290aab


Comments

No comments written yet.

Please login to write comment.