Color Hex Logo

#4d427a Color Hex

#4D427A
(77,66,122)
0 Favorites   0 Comments

Color spaces of #4d427a

RGB 7766122
HSL0.700.300.37
HSV252°46°48°
CMYK 0.370.460.00   0.52
XYZ8.52166.879419.2911
Yxy6.87940.24560.1983
Hunter Lab26.228612.0941-25.2477
CIE-Lab31.530818.9110-30.3804

#4d427a color RGB value is (77,66,122).

#4d427a hex color red value is 77, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #4d427a hue: 0.70 , saturation: 0.30 and the lightness value of 4d427a is 0.37.

The process color (four color CMYK) of #4d427a color hex is 0.37, 0.46, 0.00, 0.52. Web safe color of #4d427a is #663366. Color #4d427a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000010 01111010
Octal 115 102 172
Decimal 77 66 122
Hex 4D 42 7A

RGB Percentages of Color #4d427a

%29.06
%24.91
%46.04

CMYK Percentages of Color #4d427a

%37
%46
%0
%52

Triadic Colors of #4d427a

#4d427a #7a4d42 #427a4d

Analogous Colors of #4d427a

#4d427a #69427a #42537a

Monochromatic Colors of #4d427a

#4d427a

Complementary Color

#4d427a #6f7a42

#4d427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d427a Color CSS Codes

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

#4d427a Text Font Color

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

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


#4d427a Background Color

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

This div background color is #4d427a


#4d427a Border Color

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

This div border color is #4d427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d427a

#4d427a Color Palettes


Comments

No comments written yet.

Please login to write comment.