Color Hex Logo

#4426ae Color Hex

#4426AE
(68,38,174)
0 Favorites   0 Comments

Color spaces of #4426ae

RGB 6838174
HSL0.700.640.42
HSV253°78°68°
CMYK 0.610.780.00   0.32
XYZ10.71705.671240.5742
Yxy5.67120.18810.0996
Hunter Lab23.814338.6543-84.3469
CIE-Lab28.567349.4540-67.0816

#4426ae color RGB value is (68,38,174).

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

The process color (four color CMYK) of #4426ae color hex is 0.61, 0.78, 0.00, 0.32. Web safe color of #4426ae is #333399. Color #4426ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100110 10101110
Octal 104 46 256
Decimal 68 38 174
Hex 44 26 AE

RGB Percentages of Color #4426ae

%24.29
%13.57
%62.14

CMYK Percentages of Color #4426ae

%61
%78
%0
%32

Triadic Colors of #4426ae

#4426ae #ae4426 #26ae44

Analogous Colors of #4426ae

#4426ae #8826ae #264cae

Monochromatic Colors of #4426ae

#4426ae

Complementary Color

#4426ae #90ae26

#4426ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4426ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4426ae Color CSS Codes

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

#4426ae Text Font Color

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

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


#4426ae Background Color

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

This div background color is #4426ae


#4426ae Border Color

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

This div border color is #4426ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4426ae


Comments

No comments written yet.

Please login to write comment.