Color Hex Logo

#4d3e75 Color Hex

#4D3E75
(77,62,117)
0 Favorites   0 Comments

Color spaces of #4d3e75

RGB 7762117
HSL0.710.310.35
HSV256°47°46°
CMYK 0.340.470.00   0.54
XYZ7.99416.307417.6257
Yxy6.30740.25040.1976
Hunter Lab25.114512.8671-24.0303
CIE-Lab30.175120.0380-29.3874

#4d3e75 color RGB value is (77,62,117).

#4d3e75 hex color red value is 77, green value is 62 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #4d3e75 hue: 0.71 , saturation: 0.31 and the lightness value of 4d3e75 is 0.35.

The process color (four color CMYK) of #4d3e75 color hex is 0.34, 0.47, 0.00, 0.54. Web safe color of #4d3e75 is #663366. Color #4d3e75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111110 01110101
Octal 115 76 165
Decimal 77 62 117
Hex 4D 3E 75

RGB Percentages of Color #4d3e75

%30.08
%24.22
%45.70

CMYK Percentages of Color #4d3e75

%34
%47
%0
%54

Triadic Colors of #4d3e75

#4d3e75 #754d3e #3e754d

Analogous Colors of #4d3e75

#4d3e75 #693e75 #3e4b75

Monochromatic Colors of #4d3e75

#4d3e75

Complementary Color

#4d3e75 #66753e

#4d3e75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3e75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3e75 Color CSS Codes

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

#4d3e75 Text Font Color

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

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


#4d3e75 Background Color

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

This div background color is #4d3e75


#4d3e75 Border Color

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

This div border color is #4d3e75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3e75


Comments

No comments written yet.

Please login to write comment.