Color Hex Logo

#291dba Color Hex

#291DBA
(41,29,186)
0 Favorites   0 Comments

Color spaces of #291dba

RGB 4129186
HSL0.680.730.42
HSV245°84°73°
CMYK 0.780.840.00   0.27
XYZ10.21674.895346.8608
Yxy4.89530.16490.0790
Hunter Lab22.125343.7057-110.0868
CIE-Lab26.434454.8288-77.8383

#291dba color RGB value is (41,29,186).

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

The process color (four color CMYK) of #291dba color hex is 0.78, 0.84, 0.00, 0.27. Web safe color of #291dba is #3333cc. Color #291dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00011101 10111010
Octal 51 35 272
Decimal 41 29 186
Hex 29 1D BA

RGB Percentages of Color #291dba

%16.02
%11.33
%72.66

CMYK Percentages of Color #291dba

%78
%84
%0
%27

Triadic Colors of #291dba

#291dba #ba291d #1dba29

Analogous Colors of #291dba

#291dba #781dba #1d60ba

Monochromatic Colors of #291dba

#291dba

Complementary Color

#291dba #aeba1d

#291dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#291dba Color CSS Codes

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

#291dba Text Font Color

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

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


#291dba Background Color

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

This div background color is #291dba


#291dba Border Color

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

This div border color is #291dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291dba


Comments

No comments written yet.

Please login to write comment.