Color Hex Logo

#4a285b Color Hex

#4A285B
(74,40,91)
0 Favorites   0 Comments

Color spaces of #4a285b

RGB 744091
HSL0.780.390.26
HSV280°56°36°
CMYK 0.190.560.00   0.64
XYZ5.47123.728810.3289
Yxy3.72880.28020.1909
Hunter Lab19.310116.7824-18.1969
CIE-Lab22.753826.0144-24.3971

#4a285b color RGB value is (74,40,91).

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

The process color (four color CMYK) of #4a285b color hex is 0.19, 0.56, 0.00, 0.64. Web safe color of #4a285b is #333366. Color #4a285b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00101000 01011011
Octal 112 50 133
Decimal 74 40 91
Hex 4A 28 5B

RGB Percentages of Color #4a285b

%36.10
%19.51
%44.39

CMYK Percentages of Color #4a285b

%19
%56
%0
%64

Triadic Colors of #4a285b

#4a285b #5b4a28 #285b4a

Analogous Colors of #4a285b

#4a285b #5b2853 #31285b

Monochromatic Colors of #4a285b

#4a285b

Complementary Color

#4a285b #395b28

#4a285b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a285b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a285b Color CSS Codes

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

#4a285b Text Font Color

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

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


#4a285b Background Color

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

This div background color is #4a285b


#4a285b Border Color

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

This div border color is #4a285b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a285b


Comments

No comments written yet.

Please login to write comment.