Color Hex Logo

#4426aa Color Hex

#4426AA
(68,38,170)
0 Favorites   0 Comments

Color spaces of #4426aa

RGB 6838170
HSL0.700.630.41
HSV254°78°67°
CMYK 0.600.780.00   0.33
XYZ10.33275.517438.5506
Yxy5.51740.18990.1014
Hunter Lab23.489137.4148-80.8649
CIE-Lab28.160748.2840-65.3491

#4426aa color RGB value is (68,38,170).

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

The process color (four color CMYK) of #4426aa color hex is 0.60, 0.78, 0.00, 0.33. Web safe color of #4426aa is #333399. Color #4426aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100110 10101010
Octal 104 46 252
Decimal 68 38 170
Hex 44 26 AA

RGB Percentages of Color #4426aa

%24.64
%13.77
%61.59

CMYK Percentages of Color #4426aa

%60
%78
%0
%33

Triadic Colors of #4426aa

#4426aa #aa4426 #26aa44

Analogous Colors of #4426aa

#4426aa #8626aa #264aaa

Monochromatic Colors of #4426aa

#4426aa

Complementary Color

#4426aa #8caa26

#4426aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4426aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4426aa Color CSS Codes

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

#4426aa Text Font Color

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

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


#4426aa Background Color

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

This div background color is #4426aa


#4426aa Border Color

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

This div border color is #4426aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4426aa


Comments

No comments written yet.

Please login to write comment.