Color Hex Logo

#290aae Color Hex

#290AAE
(41,10,174)
0 Favorites   0 Comments

Color spaces of #290aae

RGB 4110174
HSL0.700.890.36
HSV251°94°68°
CMYK 0.760.940.00   0.32
XYZ8.66303.744540.3106
Yxy3.74450.16430.0710
Hunter Lab19.350746.0478-109.9650
CIE-Lab22.808157.7396-76.6989

#290aae color RGB value is (41,10,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001010 10101110
Octal 51 12 256
Decimal 41 10 174
Hex 29 A AE

RGB Percentages of Color #290aae

%18.22
%4.44
%77.33

CMYK Percentages of Color #290aae

%76
%94
%0
%32

Triadic Colors of #290aae

#290aae #ae290a #0aae29

Analogous Colors of #290aae

#290aae #7b0aae #0a3dae

Monochromatic Colors of #290aae

#290aae

Complementary Color

#290aae #8fae0a

#290aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#290aae Color CSS Codes

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

#290aae Text Font Color

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

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


#290aae Background Color

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

This div background color is #290aae


#290aae Border Color

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

This div border color is #290aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290aae


Comments

No comments written yet.

Please login to write comment.