Color Hex Logo

#4e2aab Color Hex

#4E2AAB
(78,42,171)
0 Favorites   0 Comments

Color spaces of #4e2aab

RGB 7842171
HSL0.710.610.42
HSV257°75°67°
CMYK 0.540.750.00   0.33
XYZ11.32056.215939.1312
Yxy6.21590.19980.1097
Hunter Lab24.931737.4193-75.6056
CIE-Lab29.950847.9424-62.9696

#4e2aab color RGB value is (78,42,171).

#4e2aab hex color red value is 78, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4e2aab hue: 0.71 , saturation: 0.61 and the lightness value of 4e2aab is 0.42.

The process color (four color CMYK) of #4e2aab color hex is 0.54, 0.75, 0.00, 0.33. Web safe color of #4e2aab is #663399. Color #4e2aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101010 10101011
Octal 116 52 253
Decimal 78 42 171
Hex 4E 2A AB

RGB Percentages of Color #4e2aab

%26.80
%14.43
%58.76

CMYK Percentages of Color #4e2aab

%54
%75
%0
%33

Triadic Colors of #4e2aab

#4e2aab #ab4e2a #2aab4e

Analogous Colors of #4e2aab

#4e2aab #8f2aab #2a46ab

Monochromatic Colors of #4e2aab

#4e2aab

Complementary Color

#4e2aab #87ab2a

#4e2aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e2aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e2aab Color CSS Codes

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

#4e2aab Text Font Color

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

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


#4e2aab Background Color

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

This div background color is #4e2aab


#4e2aab Border Color

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

This div border color is #4e2aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,42,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 #4e2aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e2aab


Comments

No comments written yet.

Please login to write comment.