Color Hex Logo

#4d023e Color Hex

#4D023E
(77,2,62)
0 Favorites   0 Comments

Color spaces of #4d023e

RGB 77262
HSL0.870.950.15
HSV312°97°30°
CMYK 0.000.970.19   0.70
XYZ3.95181.96904.7292
Yxy1.96900.37110.1849
Hunter Lab14.032125.7140-10.1599
CIE-Lab15.323738.2003-16.2964

#4d023e color RGB value is (77,2,62).

#4d023e hex color red value is 77, green value is 2 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4d023e hue: 0.87 , saturation: 0.95 and the lightness value of 4d023e is 0.15.

The process color (four color CMYK) of #4d023e color hex is 0.00, 0.97, 0.19, 0.70. Web safe color of #4d023e is #660033. Color #4d023e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000010 00111110
Octal 115 2 76
Decimal 77 2 62
Hex 4D 2 3E

RGB Percentages of Color #4d023e

%54.61
%1.42
%43.97

CMYK Percentages of Color #4d023e

%0
%97
%19
%70

Triadic Colors of #4d023e

#4d023e #3e4d02 #023e4d

Analogous Colors of #4d023e

#4d023e #4d0219 #37024d

Monochromatic Colors of #4d023e

#4d023e

Complementary Color

#4d023e #024d11

#4d023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d023e Color CSS Codes

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

#4d023e Text Font Color

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

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


#4d023e Background Color

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

This div background color is #4d023e


#4d023e Border Color

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

This div border color is #4d023e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d023e


Comments

No comments written yet.

Please login to write comment.