Color Hex Logo

#4a0baa Color Hex

#4A0BAA
(74,11,170)
0 Favorites   0 Comments

Color spaces of #4a0baa

RGB 7411170
HSL0.730.880.35
HSV264°94°67°
CMYK 0.560.940.00   0.33
XYZ10.19944.597538.3800
Yxy4.59750.19180.0865
Hunter Lab21.441847.3855-91.1177
CIE-Lab25.555858.4813-69.6312

#4a0baa color RGB value is (74,11,170).

#4a0baa hex color red value is 74, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4a0baa hue: 0.73 , saturation: 0.88 and the lightness value of 4a0baa is 0.35.

The process color (four color CMYK) of #4a0baa color hex is 0.56, 0.94, 0.00, 0.33. Web safe color of #4a0baa is #330099. Color #4a0baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001011 10101010
Octal 112 13 252
Decimal 74 11 170
Hex 4A B AA

RGB Percentages of Color #4a0baa

%29.02
%4.31
%66.67

CMYK Percentages of Color #4a0baa

%56
%94
%0
%33

Triadic Colors of #4a0baa

#4a0baa #aa4a0b #0baa4a

Analogous Colors of #4a0baa

#4a0baa #9a0baa #0b1baa

Monochromatic Colors of #4a0baa

#4a0baa

Complementary Color

#4a0baa #6baa0b

#4a0baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0baa Color CSS Codes

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

#4a0baa Text Font Color

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

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


#4a0baa Background Color

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

This div background color is #4a0baa


#4a0baa Border Color

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

This div border color is #4a0baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0baa


Comments

No comments written yet.

Please login to write comment.