Color Hex Logo

#4d0aaa Color Hex

#4D0AAA
(77,10,170)
0 Favorites   0 Comments

Color spaces of #4d0aaa

RGB 7710170
HSL0.740.890.35
HSV265°94°67°
CMYK 0.550.940.00   0.33
XYZ10.42484.697138.3874
Yxy4.69710.19480.0878
Hunter Lab21.672847.9326-89.8450
CIE-Lab25.853858.9346-69.1266

#4d0aaa color RGB value is (77,10,170).

#4d0aaa hex color red value is 77, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4d0aaa hue: 0.74 , saturation: 0.89 and the lightness value of 4d0aaa is 0.35.

The process color (four color CMYK) of #4d0aaa color hex is 0.55, 0.94, 0.00, 0.33. Web safe color of #4d0aaa is #660099. Color #4d0aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001010 10101010
Octal 115 12 252
Decimal 77 10 170
Hex 4D A AA

RGB Percentages of Color #4d0aaa

%29.96
%3.89
%66.15

CMYK Percentages of Color #4d0aaa

%55
%94
%0
%33

Triadic Colors of #4d0aaa

#4d0aaa #aa4d0a #0aaa4d

Analogous Colors of #4d0aaa

#4d0aaa #9d0aaa #0a17aa

Monochromatic Colors of #4d0aaa

#4d0aaa

Complementary Color

#4d0aaa #67aa0a

#4d0aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0aaa Color CSS Codes

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

#4d0aaa Text Font Color

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

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


#4d0aaa Background Color

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

This div background color is #4d0aaa


#4d0aaa Border Color

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

This div border color is #4d0aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0aaa


Comments

No comments written yet.

Please login to write comment.