Color Hex Logo

#3a29ab Color Hex

#3A29AB
(58,41,171)
0 Favorites   0 Comments

Color spaces of #3a29ab

RGB 5841171
HSL0.690.610.42
HSV248°76°67°
CMYK 0.660.760.00   0.33
XYZ9.88855.425739.0542
Yxy5.42570.18190.0998
Hunter Lab23.293135.0146-83.1028
CIE-Lab27.914745.8746-66.3867

#3a29ab color RGB value is (58,41,171).

#3a29ab hex color red value is 58, green value is 41 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3a29ab hue: 0.69 , saturation: 0.61 and the lightness value of 3a29ab is 0.42.

The process color (four color CMYK) of #3a29ab color hex is 0.66, 0.76, 0.00, 0.33. Web safe color of #3a29ab is #333399. Color #3a29ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00101001 10101011
Octal 72 51 253
Decimal 58 41 171
Hex 3A 29 AB

RGB Percentages of Color #3a29ab

%21.48
%15.19
%63.33

CMYK Percentages of Color #3a29ab

%66
%76
%0
%33

Triadic Colors of #3a29ab

#3a29ab #ab3a29 #29ab3a

Analogous Colors of #3a29ab

#3a29ab #7b29ab #2959ab

Monochromatic Colors of #3a29ab

#3a29ab

Complementary Color

#3a29ab #9aab29

#3a29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a29ab Color CSS Codes

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

#3a29ab Text Font Color

<p style="color:#3a29ab">Text here</p>

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


#3a29ab Background Color

<div style="background-color:#3a29ab">
Div content here</div>

This div background color is #3a29ab


#3a29ab Border Color

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

This div border color is #3a29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a29ab


Comments

No comments written yet.

Please login to write comment.