Color Hex Logo

#4a1aab Color Hex

#4A1AAB
(74,26,171)
0 Favorites   0 Comments

Color spaces of #4a1aab

RGB 7426171
HSL0.720.740.39
HSV260°85°67°
CMYK 0.570.850.00   0.33
XYZ10.54415.134938.9635
Yxy5.13490.19300.0940
Hunter Lab22.660343.4025-86.0845
CIE-Lab27.115754.4048-67.6542

#4a1aab color RGB value is (74,26,171).

#4a1aab hex color red value is 74, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4a1aab hue: 0.72 , saturation: 0.74 and the lightness value of 4a1aab is 0.39.

The process color (four color CMYK) of #4a1aab color hex is 0.57, 0.85, 0.00, 0.33. Web safe color of #4a1aab is #333399. Color #4a1aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00011010 10101011
Octal 112 32 253
Decimal 74 26 171
Hex 4A 1A AB

RGB Percentages of Color #4a1aab

%27.31
%9.59
%63.10

CMYK Percentages of Color #4a1aab

%57
%85
%0
%33

Triadic Colors of #4a1aab

#4a1aab #ab4a1a #1aab4a

Analogous Colors of #4a1aab

#4a1aab #931aab #1a33ab

Monochromatic Colors of #4a1aab

#4a1aab

Complementary Color

#4a1aab #7bab1a

#4a1aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a1aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a1aab Color CSS Codes

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

#4a1aab Text Font Color

<p style="color:#4a1aab">Text here</p>

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


#4a1aab Background Color

<div style="background-color:#4a1aab">
Div content here</div>

This div background color is #4a1aab


#4a1aab Border Color

<div style="border:3px solid #4a1aab">
Div here</div>

This div border color is #4a1aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,26,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a1aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a1aab;
  -webkit-box-shadow: 1px 1px 3px 2px #4a1aab;
  box-shadow:         1px 1px 3px 2px #4a1aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,26,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a1aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a1aab


Comments

No comments written yet.

Please login to write comment.