Color Hex Logo

#4117aa Color Hex

#4117AA
(65,23,170)
0 Favorites   0 Comments

Color spaces of #4117aa

RGB 6523170
HSL0.710.760.38
HSV257°86°67°
CMYK 0.620.860.00   0.33
XYZ9.74214.638938.4121
Yxy4.63890.18450.0879
Hunter Lab21.538143.0473-90.6640
CIE-Lab25.680254.3398-69.4562

#4117aa color RGB value is (65,23,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010111 10101010
Octal 101 27 252
Decimal 65 23 170
Hex 41 17 AA

RGB Percentages of Color #4117aa

%25.19
%8.91
%65.89

CMYK Percentages of Color #4117aa

%62
%86
%0
%33

Triadic Colors of #4117aa

#4117aa #aa4117 #17aa41

Analogous Colors of #4117aa

#4117aa #8b17aa #1737aa

Monochromatic Colors of #4117aa

#4117aa

Complementary Color

#4117aa #80aa17

#4117aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4117aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4117aa Color CSS Codes

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

#4117aa Text Font Color

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

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


#4117aa Background Color

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

This div background color is #4117aa


#4117aa Border Color

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

This div border color is #4117aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4117aa


Comments

No comments written yet.

Please login to write comment.