Color Hex Logo

#291dae Color Hex

#291DAE
(41,29,174)
0 Favorites   0 Comments

Color spaces of #291dae

RGB 4129174
HSL0.680.710.40
HSV245°83°68°
CMYK 0.760.830.00   0.32
XYZ8.99384.406140.4208
Yxy4.40610.16710.0819
Hunter Lab20.990739.7474-99.4784
CIE-Lab24.971051.2454-73.1006

#291dae color RGB value is (41,29,174).

#291dae hex color red value is 41, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #291dae hue: 0.68 , saturation: 0.71 and the lightness value of 291dae is 0.40.

The process color (four color CMYK) of #291dae color hex is 0.76, 0.83, 0.00, 0.32. Web safe color of #291dae is #333399. Color #291dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00011101 10101110
Octal 51 35 256
Decimal 41 29 174
Hex 29 1D AE

RGB Percentages of Color #291dae

%16.80
%11.89
%71.31

CMYK Percentages of Color #291dae

%76
%83
%0
%32

Triadic Colors of #291dae

#291dae #ae291d #1dae29

Analogous Colors of #291dae

#291dae #721dae #1d5aae

Monochromatic Colors of #291dae

#291dae

Complementary Color

#291dae #a2ae1d

#291dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#291dae Color CSS Codes

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

#291dae Text Font Color

<p style="color:#291dae">Text here</p>

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


#291dae Background Color

<div style="background-color:#291dae">
Div content here</div>

This div background color is #291dae


#291dae Border Color

<div style="border:3px solid #291dae">
Div here</div>

This div border color is #291dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,29,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 #291dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291dae


Comments

No comments written yet.

Please login to write comment.