Color Hex Logo

#4a3057 Color Hex

#4A3057
(74,48,87)
0 Favorites   0 Comments

Color spaces of #4a3057

RGB 744887
HSL0.780.290.26
HSV280°45°34°
CMYK 0.150.450.00   0.66
XYZ5.60134.25799.5435
Yxy4.25790.28870.2194
Hunter Lab20.634712.3433-12.9772
CIE-Lab24.506419.9785-19.0023

#4a3057 color RGB value is (74,48,87).

#4a3057 hex color red value is 74, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #4a3057 hue: 0.78 , saturation: 0.29 and the lightness value of 4a3057 is 0.26.

The process color (four color CMYK) of #4a3057 color hex is 0.15, 0.45, 0.00, 0.66. Web safe color of #4a3057 is #333366. Color #4a3057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110000 01010111
Octal 112 60 127
Decimal 74 48 87
Hex 4A 30 57

RGB Percentages of Color #4a3057

%35.41
%22.97
%41.63

CMYK Percentages of Color #4a3057

%15
%45
%0
%66

Triadic Colors of #4a3057

#4a3057 #574a30 #30574a

Analogous Colors of #4a3057

#4a3057 #573051 #373057

Monochromatic Colors of #4a3057

#4a3057

Complementary Color

#4a3057 #3d5730

#4a3057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3057 Color CSS Codes

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

#4a3057 Text Font Color

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

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


#4a3057 Background Color

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

This div background color is #4a3057


#4a3057 Border Color

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

This div border color is #4a3057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3057


Comments

No comments written yet.

Please login to write comment.