Color Hex Logo

#4d0373 Color Hex

#4D0373
(77,3,115)
0 Favorites   0 Comments

Color spaces of #4d0373

RGB 773115
HSL0.780.950.23
HSV280°97°45°
CMYK 0.330.970.00   0.55
XYZ6.18762.880716.4496
Yxy2.88070.24250.1129
Hunter Lab16.972635.3725-45.5821
CIE-Lab19.559647.8655-45.2096

#4d0373 color RGB value is (77,3,115).

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

The process color (four color CMYK) of #4d0373 color hex is 0.33, 0.97, 0.00, 0.55. Web safe color of #4d0373 is #660066. Color #4d0373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000011 01110011
Octal 115 3 163
Decimal 77 3 115
Hex 4D 3 73

RGB Percentages of Color #4d0373

%39.49
%1.54
%58.97

CMYK Percentages of Color #4d0373

%33
%97
%0
%55

Triadic Colors of #4d0373

#4d0373 #734d03 #03734d

Analogous Colors of #4d0373

#4d0373 #730361 #150373

Monochromatic Colors of #4d0373

#4d0373

Complementary Color

#4d0373 #297303

#4d0373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0373 Color CSS Codes

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

#4d0373 Text Font Color

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

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


#4d0373 Background Color

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

This div background color is #4d0373


#4d0373 Border Color

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

This div border color is #4d0373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0373


Comments

No comments written yet.

Please login to write comment.