Color Hex Logo

#4d0440 Color Hex

#4D0440
(77,4,64)
0 Favorites   0 Comments

Color spaces of #4d0440

RGB 77464
HSL0.860.900.16
HSV311°95°30°
CMYK 0.000.950.17   0.70
XYZ4.02942.03485.0309
Yxy2.03480.36320.1834
Hunter Lab14.264625.4586-10.9253
CIE-Lab15.668837.8393-17.1657

#4d0440 color RGB value is (77,4,64).

#4d0440 hex color red value is 77, green value is 4 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #4d0440 hue: 0.86 , saturation: 0.90 and the lightness value of 4d0440 is 0.16.

The process color (four color CMYK) of #4d0440 color hex is 0.00, 0.95, 0.17, 0.70. Web safe color of #4d0440 is #660033. Color #4d0440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000100 01000000
Octal 115 4 100
Decimal 77 4 64
Hex 4D 4 40

RGB Percentages of Color #4d0440

%53.10
%2.76
%44.14

CMYK Percentages of Color #4d0440

%0
%95
%17
%70

Triadic Colors of #4d0440

#4d0440 #404d04 #04404d

Analogous Colors of #4d0440

#4d0440 #4d041c #36044d

Monochromatic Colors of #4d0440

#4d0440

Complementary Color

#4d0440 #044d11

#4d0440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0440 Color CSS Codes

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

#4d0440 Text Font Color

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

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


#4d0440 Background Color

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

This div background color is #4d0440


#4d0440 Border Color

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

This div border color is #4d0440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0440


Comments

No comments written yet.

Please login to write comment.