Color Hex Logo

#3429ae Color Hex

#3429AE
(52,41,174)
0 Favorites   0 Comments

Color spaces of #3429ae

RGB 5241174
HSL0.680.620.42
HSV245°76°68°
CMYK 0.700.760.00   0.32
XYZ9.84915.371940.5622
Yxy5.37190.17660.0963
Hunter Lab23.177435.2923-87.5380
CIE-Lab27.769146.1896-68.4437

#3429ae color RGB value is (52,41,174).

#3429ae hex color red value is 52, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3429ae hue: 0.68 , saturation: 0.62 and the lightness value of 3429ae is 0.42.

The process color (four color CMYK) of #3429ae color hex is 0.70, 0.76, 0.00, 0.32. Web safe color of #3429ae is #333399. Color #3429ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101001 10101110
Octal 64 51 256
Decimal 52 41 174
Hex 34 29 AE

RGB Percentages of Color #3429ae

%19.48
%15.36
%65.17

CMYK Percentages of Color #3429ae

%70
%76
%0
%32

Triadic Colors of #3429ae

#3429ae #ae3429 #29ae34

Analogous Colors of #3429ae

#3429ae #7729ae #2960ae

Monochromatic Colors of #3429ae

#3429ae

Complementary Color

#3429ae #a3ae29

#3429ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3429ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3429ae Color CSS Codes

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

#3429ae Text Font Color

<p style="color:#3429ae">Text here</p>

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


#3429ae Background Color

<div style="background-color:#3429ae">
Div content here</div>

This div background color is #3429ae


#3429ae Border Color

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

This div border color is #3429ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3429ae


Comments

No comments written yet.

Please login to write comment.