Color Hex Logo

#4d397d Color Hex

#4D397D
(77,57,125)
0 Favorites   0 Comments

Color spaces of #4d397d

RGB 7757125
HSL0.720.370.36
HSV258°54°49°
CMYK 0.380.540.00   0.51
XYZ8.22545.984720.1237
Yxy5.98470.23960.1743
Hunter Lab24.463617.2056-31.6472
CIE-Lab29.373825.5846-35.6926

#4d397d color RGB value is (77,57,125).

#4d397d hex color red value is 77, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4d397d hue: 0.72 , saturation: 0.37 and the lightness value of 4d397d is 0.36.

The process color (four color CMYK) of #4d397d color hex is 0.38, 0.54, 0.00, 0.51. Web safe color of #4d397d is #663366. Color #4d397d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111001 01111101
Octal 115 71 175
Decimal 77 57 125
Hex 4D 39 7D

RGB Percentages of Color #4d397d

%29.73
%22.01
%48.26

CMYK Percentages of Color #4d397d

%38
%54
%0
%51

Triadic Colors of #4d397d

#4d397d #7d4d39 #397d4d

Analogous Colors of #4d397d

#4d397d #6f397d #39477d

Monochromatic Colors of #4d397d

#4d397d

Complementary Color

#4d397d #697d39

#4d397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d397d Color CSS Codes

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

#4d397d Text Font Color

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

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


#4d397d Background Color

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

This div background color is #4d397d


#4d397d Border Color

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

This div border color is #4d397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d397d


Comments

No comments written yet.

Please login to write comment.