Color Hex Logo

#4d139d Color Hex

#4D139D
(77,19,157)
0 Favorites   0 Comments

Color spaces of #4d139d

RGB 7719157
HSL0.740.780.35
HSV265°88°62°
CMYK 0.510.880.00   0.38
XYZ9.37924.477832.2683
Yxy4.47780.20330.0971
Hunter Lab21.160842.0859-75.5992
CIE-Lab25.192053.5017-62.3218

#4d139d color RGB value is (77,19,157).

#4d139d hex color red value is 77, green value is 19 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4d139d hue: 0.74 , saturation: 0.78 and the lightness value of 4d139d is 0.35.

The process color (four color CMYK) of #4d139d color hex is 0.51, 0.88, 0.00, 0.38. Web safe color of #4d139d is #660099. Color #4d139d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010011 10011101
Octal 115 23 235
Decimal 77 19 157
Hex 4D 13 9D

RGB Percentages of Color #4d139d

%30.43
%7.51
%62.06

CMYK Percentages of Color #4d139d

%51
%88
%0
%38

Triadic Colors of #4d139d

#4d139d #9d4d13 #139d4d

Analogous Colors of #4d139d

#4d139d #92139d #131e9d

Monochromatic Colors of #4d139d

#4d139d

Complementary Color

#4d139d #639d13

#4d139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d139d Color CSS Codes

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

#4d139d Text Font Color

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

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


#4d139d Background Color

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

This div background color is #4d139d


#4d139d Border Color

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

This div border color is #4d139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d139d


Comments

No comments written yet.

Please login to write comment.