Color Hex Logo

#4a274a Color Hex

#4A274A
(74,39,74)
0 Favorites   0 Comments

Color spaces of #4a274a

RGB 743974
HSL0.830.310.22
HSV300°47°29°
CMYK 0.000.470.00   0.71
XYZ4.78563.40136.8829
Yxy3.40130.31760.2257
Hunter Lab18.442614.0437-9.2176
CIE-Lab21.584322.6289-14.8705

#4a274a color RGB value is (74,39,74).

#4a274a hex color red value is 74, green value is 39 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #4a274a hue: 0.83 , saturation: 0.31 and the lightness value of 4a274a is 0.22.

The process color (four color CMYK) of #4a274a color hex is 0.00, 0.47, 0.00, 0.71. Web safe color of #4a274a is #333333. Color #4a274a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100111 01001010
Octal 112 47 112
Decimal 74 39 74
Hex 4A 27 4A

RGB Percentages of Color #4a274a

%39.57
%20.86
%39.57

CMYK Percentages of Color #4a274a

%0
%47
%0
%71

Triadic Colors of #4a274a

#4a274a #4a4a27 #274a4a

Analogous Colors of #4a274a

#4a274a #4a2739 #39274a

Monochromatic Colors of #4a274a

#4a274a

Complementary Color

#4a274a #274a27

#4a274a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a274a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a274a Color CSS Codes

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

#4a274a Text Font Color

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

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


#4a274a Background Color

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

This div background color is #4a274a


#4a274a Border Color

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

This div border color is #4a274a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a274a


Comments

No comments written yet.

Please login to write comment.