Color Hex Logo

#4d1a43 Color Hex

#4D1A43
(77,26,67)
0 Favorites   0 Comments

Color spaces of #4d1a43

RGB 772667
HSL0.870.500.20
HSV312°66°30°
CMYK 0.000.660.13   0.70
XYZ4.44312.72185.6014
Yxy2.72180.34800.2132
Hunter Lab16.497919.2012-8.5818
CIE-Lab18.893429.7135-14.2223

#4d1a43 color RGB value is (77,26,67).

#4d1a43 hex color red value is 77, green value is 26 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #4d1a43 hue: 0.87 , saturation: 0.50 and the lightness value of 4d1a43 is 0.20.

The process color (four color CMYK) of #4d1a43 color hex is 0.00, 0.66, 0.13, 0.70. Web safe color of #4d1a43 is #663333. Color #4d1a43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00011010 01000011
Octal 115 32 103
Decimal 77 26 67
Hex 4D 1A 43

RGB Percentages of Color #4d1a43

%45.29
%15.29
%39.41

CMYK Percentages of Color #4d1a43

%0
%66
%13
%70

Triadic Colors of #4d1a43

#4d1a43 #434d1a #1a434d

Analogous Colors of #4d1a43

#4d1a43 #4d1a2a #3e1a4d

Monochromatic Colors of #4d1a43

#4d1a43

Complementary Color

#4d1a43 #1a4d24

#4d1a43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d1a43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d1a43 Color CSS Codes

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

#4d1a43 Text Font Color

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

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


#4d1a43 Background Color

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

This div background color is #4d1a43


#4d1a43 Border Color

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

This div border color is #4d1a43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d1a43


Comments

No comments written yet.

Please login to write comment.