Color Hex Logo

#4d036d Color Hex

#4D036D
(77,3,109)
0 Favorites   0 Comments

Color spaces of #4d036d

RGB 773109
HSL0.780.950.22
HSV282°97°43°
CMYK 0.290.970.00   0.57
XYZ5.85342.747014.6897
Yxy2.74700.25130.1179
Hunter Lab16.574134.0355-40.9472
CIE-Lab19.000846.5859-42.2303

#4d036d color RGB value is (77,3,109).

#4d036d hex color red value is 77, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4d036d hue: 0.78 , saturation: 0.95 and the lightness value of 4d036d is 0.22.

The process color (four color CMYK) of #4d036d color hex is 0.29, 0.97, 0.00, 0.57. Web safe color of #4d036d is #660066. Color #4d036d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000011 01101101
Octal 115 3 155
Decimal 77 3 109
Hex 4D 3 6D

RGB Percentages of Color #4d036d

%40.74
%1.59
%57.67

CMYK Percentages of Color #4d036d

%29
%97
%0
%57

Triadic Colors of #4d036d

#4d036d #6d4d03 #036d4d

Analogous Colors of #4d036d

#4d036d #6d0358 #18036d

Monochromatic Colors of #4d036d

#4d036d

Complementary Color

#4d036d #236d03

#4d036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d036d Color CSS Codes

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

#4d036d Text Font Color

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

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


#4d036d Background Color

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

This div background color is #4d036d


#4d036d Border Color

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

This div border color is #4d036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d036d


Comments

No comments written yet.

Please login to write comment.