Color Hex Logo

#4d47ad Color Hex

#4D47AD
(77,71,173)
0 Favorites   0 Comments

Color spaces of #4d47ad

RGB 7771173
HSL0.680.420.48
HSV244°59°68°
CMYK 0.550.590.00   0.32
XYZ12.85669.101440.6143
Yxy9.10140.20550.1455
Hunter Lab30.168523.2745-58.7010
CIE-Lab36.178831.7560-54.0058

#4d47ad color RGB value is (77,71,173).

#4d47ad hex color red value is 77, green value is 71 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4d47ad hue: 0.68 , saturation: 0.42 and the lightness value of 4d47ad is 0.48.

The process color (four color CMYK) of #4d47ad color hex is 0.55, 0.59, 0.00, 0.32. Web safe color of #4d47ad is #663399. Color #4d47ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000111 10101101
Octal 115 107 255
Decimal 77 71 173
Hex 4D 47 AD

RGB Percentages of Color #4d47ad

%23.99
%22.12
%53.89

CMYK Percentages of Color #4d47ad

%55
%59
%0
%32

Triadic Colors of #4d47ad

#4d47ad #ad4d47 #47ad4d

Analogous Colors of #4d47ad

#4d47ad #8047ad #4774ad

Monochromatic Colors of #4d47ad

#4d47ad

Complementary Color

#4d47ad #a7ad47

#4d47ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d47ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d47ad Color CSS Codes

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

#4d47ad Text Font Color

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

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


#4d47ad Background Color

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

This div background color is #4d47ad


#4d47ad Border Color

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

This div border color is #4d47ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d47ad


Comments

No comments written yet.

Please login to write comment.