Color Hex Logo

#4c0373 Color Hex

#4C0373
(76,3,115)
0 Favorites   0 Comments

Color spaces of #4c0373

RGB 763115
HSL0.780.950.23
HSV279°97°45°
CMYK 0.340.970.00   0.55
XYZ6.10762.839416.4458
Yxy2.83940.24050.1118
Hunter Lab16.850535.2103-46.0706
CIE-Lab19.388947.7309-45.4958

#4c0373 color RGB value is (76,3,115).

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

The process color (four color CMYK) of #4c0373 color hex is 0.34, 0.97, 0.00, 0.55. Web safe color of #4c0373 is #330066. Color #4c0373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000011 01110011
Octal 114 3 163
Decimal 76 3 115
Hex 4C 3 73

RGB Percentages of Color #4c0373

%39.18
%1.55
%59.28

CMYK Percentages of Color #4c0373

%34
%97
%0
%55

Triadic Colors of #4c0373

#4c0373 #734c03 #03734c

Analogous Colors of #4c0373

#4c0373 #730362 #140373

Monochromatic Colors of #4c0373

#4c0373

Complementary Color

#4c0373 #2a7303

#4c0373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0373 Color CSS Codes

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

#4c0373 Text Font Color

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

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


#4c0373 Background Color

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

This div background color is #4c0373


#4c0373 Border Color

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

This div border color is #4c0373


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,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 #4c0373">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0373


Comments

No comments written yet.

Please login to write comment.