Color Hex Logo

#52134a Color Hex

#52134A
(82,19,74)
0 Favorites   0 Comments

Color spaces of #52134a

RGB 821974
HSL0.850.620.20
HSV308°77°32°
CMYK 0.000.770.10   0.68
XYZ4.94862.75406.7493
Yxy2.75400.34240.1906
Hunter Lab16.595224.1862-12.4968
CIE-Lab19.030535.7096-18.7548

#52134a color RGB value is (82,19,74).

#52134a hex color red value is 82, green value is 19 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #52134a hue: 0.85 , saturation: 0.62 and the lightness value of 52134a is 0.20.

The process color (four color CMYK) of #52134a color hex is 0.00, 0.77, 0.10, 0.68. Web safe color of #52134a is #660033. Color #52134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 01001010
Octal 122 23 112
Decimal 82 19 74
Hex 52 13 4A

RGB Percentages of Color #52134a

%46.86
%10.86
%42.29

CMYK Percentages of Color #52134a

%0
%77
%10
%68

Triadic Colors of #52134a

#52134a #4a5213 #134a52

Analogous Colors of #52134a

#52134a #52132a #3b1352

Monochromatic Colors of #52134a

#52134a

Complementary Color

#52134a #13521b

#52134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52134a Color CSS Codes

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

#52134a Text Font Color

<p style="color:#52134a">Text here</p>

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


#52134a Background Color

<div style="background-color:#52134a">
Div content here</div>

This div background color is #52134a


#52134a Border Color

<div style="border:3px solid #52134a">
Div here</div>

This div border color is #52134a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,19,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 #52134a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52134a


Comments

No comments written yet.

Please login to write comment.