Color Hex Logo

#4d3578 Color Hex

#4D3578
(77,53,120)
0 Favorites   0 Comments

Color spaces of #4d3578

RGB 7753120
HSL0.730.390.34
HSV261°56°47°
CMYK 0.360.560.00   0.53
XYZ7.72385.480118.4200
Yxy5.48010.24420.1733
Hunter Lab23.409617.9277-30.2660
CIE-Lab28.061026.6533-34.6459

#4d3578 color RGB value is (77,53,120).

#4d3578 hex color red value is 77, green value is 53 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #4d3578 hue: 0.73 , saturation: 0.39 and the lightness value of 4d3578 is 0.34.

The process color (four color CMYK) of #4d3578 color hex is 0.36, 0.56, 0.00, 0.53. Web safe color of #4d3578 is #663366. Color #4d3578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00110101 01111000
Octal 115 65 170
Decimal 77 53 120
Hex 4D 35 78

RGB Percentages of Color #4d3578

%30.80
%21.20
%48.00

CMYK Percentages of Color #4d3578

%36
%56
%0
%53

Triadic Colors of #4d3578

#4d3578 #784d35 #35784d

Analogous Colors of #4d3578

#4d3578 #6f3578 #353f78

Monochromatic Colors of #4d3578

#4d3578

Complementary Color

#4d3578 #607835

#4d3578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3578 Color CSS Codes

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

#4d3578 Text Font Color

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

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


#4d3578 Background Color

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

This div background color is #4d3578


#4d3578 Border Color

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

This div border color is #4d3578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3578


Comments

No comments written yet.

Please login to write comment.