Color Hex Logo

#4129aa Color Hex

#4129AA
(65,41,170)
0 Favorites   0 Comments

Color spaces of #4129aa

RGB 6541170
HSL0.700.610.41
HSV251°76°67°
CMYK 0.620.760.00   0.33
XYZ10.22865.612038.5743
Yxy5.61200.18800.1031
Hunter Lab23.689735.6149-79.9602
CIE-Lab28.411746.3981-64.9454

#4129aa color RGB value is (65,41,170).

#4129aa hex color red value is 65, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4129aa hue: 0.70 , saturation: 0.61 and the lightness value of 4129aa is 0.41.

The process color (four color CMYK) of #4129aa color hex is 0.62, 0.76, 0.00, 0.33. Web safe color of #4129aa is #333399. Color #4129aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 10101010
Octal 101 51 252
Decimal 65 41 170
Hex 41 29 AA

RGB Percentages of Color #4129aa

%23.55
%14.86
%61.59

CMYK Percentages of Color #4129aa

%62
%76
%0
%33

Triadic Colors of #4129aa

#4129aa #aa4129 #29aa41

Analogous Colors of #4129aa

#4129aa #8229aa #2951aa

Monochromatic Colors of #4129aa

#4129aa

Complementary Color

#4129aa #92aa29

#4129aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4129aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4129aa Color CSS Codes

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

#4129aa Text Font Color

<p style="color:#4129aa">Text here</p>

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


#4129aa Background Color

<div style="background-color:#4129aa">
Div content here</div>

This div background color is #4129aa


#4129aa Border Color

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

This div border color is #4129aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,41,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4129aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4129aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4129aa;
  box-shadow:         1px 1px 3px 2px #4129aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4129aa


Comments

No comments written yet.

Please login to write comment.