Color Hex Logo

#4d0eaa Color Hex

#4D0EAA
(77,14,170)
0 Favorites   0 Comments

Color spaces of #4d0eaa

RGB 7714170
HSL0.730.850.36
HSV264°92°67°
CMYK 0.550.920.00   0.33
XYZ10.47334.794138.4036
Yxy4.79410.19510.0893
Hunter Lab21.895447.0654-88.6652
CIE-Lab26.139958.0718-68.6531

#4d0eaa color RGB value is (77,14,170).

#4d0eaa hex color red value is 77, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4d0eaa hue: 0.73 , saturation: 0.85 and the lightness value of 4d0eaa is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001110 10101010
Octal 115 16 252
Decimal 77 14 170
Hex 4D E AA

RGB Percentages of Color #4d0eaa

%29.50
%5.36
%65.13

CMYK Percentages of Color #4d0eaa

%55
%92
%0
%33

Triadic Colors of #4d0eaa

#4d0eaa #aa4d0e #0eaa4d

Analogous Colors of #4d0eaa

#4d0eaa #9b0eaa #0e1daa

Monochromatic Colors of #4d0eaa

#4d0eaa

Complementary Color

#4d0eaa #6baa0e

#4d0eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0eaa Color CSS Codes

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

#4d0eaa Text Font Color

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

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


#4d0eaa Background Color

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

This div background color is #4d0eaa


#4d0eaa Border Color

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

This div border color is #4d0eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0eaa


Comments

No comments written yet.

Please login to write comment.