Color Hex Logo

#441aae Color Hex

#441AAE
(68,26,174)
0 Favorites   0 Comments

Color spaces of #441aae

RGB 6826174
HSL0.710.740.39
HSV257°85°68°
CMYK 0.610.850.00   0.32
XYZ10.39335.023740.4663
Yxy5.02370.18600.0899
Hunter Lab22.413643.5475-91.3547
CIE-Lab26.802254.6053-69.9973

#441aae color RGB value is (68,26,174).

#441aae hex color red value is 68, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #441aae hue: 0.71 , saturation: 0.74 and the lightness value of 441aae is 0.39.

The process color (four color CMYK) of #441aae color hex is 0.61, 0.85, 0.00, 0.32. Web safe color of #441aae is #333399. Color #441aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011010 10101110
Octal 104 32 256
Decimal 68 26 174
Hex 44 1A AE

RGB Percentages of Color #441aae

%25.37
%9.70
%64.93

CMYK Percentages of Color #441aae

%61
%85
%0
%32

Triadic Colors of #441aae

#441aae #ae441a #1aae44

Analogous Colors of #441aae

#441aae #8e1aae #1a3aae

Monochromatic Colors of #441aae

#441aae

Complementary Color

#441aae #84ae1a

#441aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#441aae Color CSS Codes

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

#441aae Text Font Color

<p style="color:#441aae">Text here</p>

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


#441aae Background Color

<div style="background-color:#441aae">
Div content here</div>

This div background color is #441aae


#441aae Border Color

<div style="border:3px solid #441aae">
Div here</div>

This div border color is #441aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441aae


Comments

No comments written yet.

Please login to write comment.