Color Hex Logo

#4d136e Color Hex

#4D136E
(77,19,110)
0 Favorites   0 Comments

Color spaces of #4d136e

RGB 7719110
HSL0.770.710.25
HSV278°83°43°
CMYK 0.300.830.00   0.57
XYZ6.10793.169315.0417
Yxy3.16930.25120.1303
Hunter Lab17.802530.0874-37.6335
CIE-Lab20.709642.0416-40.0970

#4d136e color RGB value is (77,19,110).

#4d136e hex color red value is 77, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4d136e hue: 0.77 , saturation: 0.71 and the lightness value of 4d136e is 0.25.

The process color (four color CMYK) of #4d136e color hex is 0.30, 0.83, 0.00, 0.57. Web safe color of #4d136e is #660066. Color #4d136e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010011 01101110
Octal 115 23 156
Decimal 77 19 110
Hex 4D 13 6E

RGB Percentages of Color #4d136e

%37.38
%9.22
%53.40

CMYK Percentages of Color #4d136e

%30
%83
%0
%57

Triadic Colors of #4d136e

#4d136e #6e4d13 #136e4d

Analogous Colors of #4d136e

#4d136e #6e1361 #20136e

Monochromatic Colors of #4d136e

#4d136e

Complementary Color

#4d136e #346e13

#4d136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d136e Color CSS Codes

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

#4d136e Text Font Color

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

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


#4d136e Background Color

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

This div background color is #4d136e


#4d136e Border Color

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

This div border color is #4d136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d136e


Comments

No comments written yet.

Please login to write comment.