Color Hex Logo

#4c1e43 Color Hex

#4C1E43
(76,30,67)
0 Favorites   0 Comments

Color spaces of #4c1e43

RGB 763067
HSL0.870.430.21
HSV312°61°30°
CMYK 0.000.610.12   0.70
XYZ4.45792.87035.6293
Yxy2.87030.34400.2215
Hunter Lab16.942017.3199-7.8409
CIE-Lab19.516827.2263-13.2708

#4c1e43 color RGB value is (76,30,67).

#4c1e43 hex color red value is 76, green value is 30 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #4c1e43 hue: 0.87 , saturation: 0.43 and the lightness value of 4c1e43 is 0.21.

The process color (four color CMYK) of #4c1e43 color hex is 0.00, 0.61, 0.12, 0.70. Web safe color of #4c1e43 is #333333. Color #4c1e43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011110 01000011
Octal 114 36 103
Decimal 76 30 67
Hex 4C 1E 43

RGB Percentages of Color #4c1e43

%43.93
%17.34
%38.73

CMYK Percentages of Color #4c1e43

%0
%61
%12
%70

Triadic Colors of #4c1e43

#4c1e43 #434c1e #1e434c

Analogous Colors of #4c1e43

#4c1e43 #4c1e2c #3e1e4c

Monochromatic Colors of #4c1e43

#4c1e43

Complementary Color

#4c1e43 #1e4c27

#4c1e43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1e43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1e43 Color CSS Codes

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

#4c1e43 Text Font Color

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

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


#4c1e43 Background Color

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

This div background color is #4c1e43


#4c1e43 Border Color

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

This div border color is #4c1e43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1e43


Comments

No comments written yet.

Please login to write comment.