Color Hex Logo

#4d07ae Color Hex

#4D07AE
(77,7,174)
0 Favorites   0 Comments

Color spaces of #4d07ae

RGB 777174
HSL0.740.920.35
HSV265°96°68°
CMYK 0.560.960.00   0.32
XYZ10.77654.785740.4002
Yxy4.78570.19260.0855
Hunter Lab21.876249.6478-94.1811
CIE-Lab26.115360.4692-71.1032

#4d07ae color RGB value is (77,7,174).

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

The process color (four color CMYK) of #4d07ae color hex is 0.56, 0.96, 0.00, 0.32. Web safe color of #4d07ae is #660099. Color #4d07ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000111 10101110
Octal 115 7 256
Decimal 77 7 174
Hex 4D 7 AE

RGB Percentages of Color #4d07ae

%29.84
%2.71
%67.44

CMYK Percentages of Color #4d07ae

%56
%96
%0
%32

Triadic Colors of #4d07ae

#4d07ae #ae4d07 #07ae4d

Analogous Colors of #4d07ae

#4d07ae #a107ae #0715ae

Monochromatic Colors of #4d07ae

#4d07ae

Complementary Color

#4d07ae #68ae07

#4d07ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d07ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d07ae Color CSS Codes

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

#4d07ae Text Font Color

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

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


#4d07ae Background Color

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

This div background color is #4d07ae


#4d07ae Border Color

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

This div border color is #4d07ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,7,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d07ae


Comments

No comments written yet.

Please login to write comment.