Color Hex Logo

#4b1a52 Color Hex

#4B1A52
(75,26,82)
0 Favorites   0 Comments

Color spaces of #4b1a52

RGB 752682
HSL0.810.520.21
HSV293°68°32°
CMYK 0.090.680.00   0.68
XYZ4.79402.84388.2789
Yxy2.84380.30120.1787
Hunter Lab16.863621.2330-17.3030
CIE-Lab19.407232.1211-23.6826

#4b1a52 color RGB value is (75,26,82).

#4b1a52 hex color red value is 75, green value is 26 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4b1a52 hue: 0.81 , saturation: 0.52 and the lightness value of 4b1a52 is 0.21.

The process color (four color CMYK) of #4b1a52 color hex is 0.09, 0.68, 0.00, 0.68. Web safe color of #4b1a52 is #333366. Color #4b1a52 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00011010 01010010
Octal 113 32 122
Decimal 75 26 82
Hex 4B 1A 52

RGB Percentages of Color #4b1a52

%40.98
%14.21
%44.81

CMYK Percentages of Color #4b1a52

%9
%68
%0
%68

Triadic Colors of #4b1a52

#4b1a52 #524b1a #1a524b

Analogous Colors of #4b1a52

#4b1a52 #521a3d #2f1a52

Monochromatic Colors of #4b1a52

#4b1a52

Complementary Color

#4b1a52 #21521a

#4b1a52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b1a52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b1a52 Color CSS Codes

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

#4b1a52 Text Font Color

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

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


#4b1a52 Background Color

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

This div background color is #4b1a52


#4b1a52 Border Color

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

This div border color is #4b1a52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,26,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b1a52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b1a52;
  -webkit-box-shadow: 1px 1px 3px 2px #4b1a52;
  box-shadow:         1px 1px 3px 2px #4b1a52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b1a52


Comments

No comments written yet.

Please login to write comment.