Color Hex Logo

#4119aa Color Hex

#4119AA
(65,25,170)
0 Favorites   0 Comments

Color spaces of #4119aa

RGB 6525170
HSL0.710.740.38
HSV257°85°67°
CMYK 0.620.850.00   0.33
XYZ9.78334.721438.4259
Yxy4.72140.18480.0892
Hunter Lab21.728842.3436-89.6403
CIE-Lab25.925853.6104-69.0496

#4119aa color RGB value is (65,25,170).

#4119aa hex color red value is 65, green value is 25 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4119aa hue: 0.71 , saturation: 0.74 and the lightness value of 4119aa is 0.38.

The process color (four color CMYK) of #4119aa color hex is 0.62, 0.85, 0.00, 0.33. Web safe color of #4119aa is #330099. Color #4119aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 10101010
Octal 101 31 252
Decimal 65 25 170
Hex 41 19 AA

RGB Percentages of Color #4119aa

%25.00
%9.62
%65.38

CMYK Percentages of Color #4119aa

%62
%85
%0
%33

Triadic Colors of #4119aa

#4119aa #aa4119 #19aa41

Analogous Colors of #4119aa

#4119aa #8a19aa #193aaa

Monochromatic Colors of #4119aa

#4119aa

Complementary Color

#4119aa #82aa19

#4119aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4119aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4119aa Color CSS Codes

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

#4119aa Text Font Color

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

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


#4119aa Background Color

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

This div background color is #4119aa


#4119aa Border Color

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

This div border color is #4119aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,25,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 #4119aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4119aa


Comments

No comments written yet.

Please login to write comment.