Color Hex Logo

#4a277d Color Hex

#4A277D
(74,39,125)
0 Favorites   0 Comments

Color spaces of #4a277d

RGB 7439125
HSL0.730.520.32
HSV264°69°49°
CMYK 0.410.690.00   0.51
XYZ7.25124.387619.8667
Yxy4.38760.23020.1393
Hunter Lab20.946625.1358-41.5707
CIE-Lab24.913535.7094-42.8957

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

#4a277d hex color red value is 74, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4a277d hue: 0.73 , saturation: 0.52 and the lightness value of 4a277d is 0.32.

The process color (four color CMYK) of #4a277d color hex is 0.41, 0.69, 0.00, 0.51. Web safe color of #4a277d is #333366. Color #4a277d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100111 01111101
Octal 112 47 175
Decimal 74 39 125
Hex 4A 27 7D

RGB Percentages of Color #4a277d

%31.09
%16.39
%52.52

CMYK Percentages of Color #4a277d

%41
%69
%0
%51

Triadic Colors of #4a277d

#4a277d #7d4a27 #277d4a

Analogous Colors of #4a277d

#4a277d #75277d #272f7d

Monochromatic Colors of #4a277d

#4a277d

Complementary Color

#4a277d #5a7d27

#4a277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a277d Color CSS Codes

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

#4a277d Text Font Color

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

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


#4a277d Background Color

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

This div background color is #4a277d


#4a277d Border Color

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

This div border color is #4a277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a277d


Comments

No comments written yet.

Please login to write comment.