Color Hex Logo

#52152a Color Hex

#52152A
(82,21,42)
0 Favorites   0 Comments

Color spaces of #52152a

RGB 822142
HSL0.940.590.20
HSV339°74°32°
CMYK 0.000.740.49   0.68
XYZ4.16582.49732.4530
Yxy2.49730.45700.2739
Hunter Lab15.802819.39951.8587
CIE-Lab17.906430.14001.9731

#52152a color RGB value is (82,21,42).

#52152a hex color red value is 82, green value is 21 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52152a hue: 0.94 , saturation: 0.59 and the lightness value of 52152a is 0.20.

The process color (four color CMYK) of #52152a color hex is 0.00, 0.74, 0.49, 0.68. Web safe color of #52152a is #660033. Color #52152a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 00101010
Octal 122 25 52
Decimal 82 21 42
Hex 52 15 2A

RGB Percentages of Color #52152a

%56.55
%14.48
%28.97

CMYK Percentages of Color #52152a

%0
%74
%49
%68

Triadic Colors of #52152a

#52152a #2a5215 #152a52

Analogous Colors of #52152a

#52152a #521f15 #521549

Monochromatic Colors of #52152a

#52152a

Complementary Color

#52152a #15523d

#52152a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52152a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52152a Color CSS Codes

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

#52152a Text Font Color

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

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


#52152a Background Color

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

This div background color is #52152a


#52152a Border Color

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

This div border color is #52152a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52152a


Comments

No comments written yet.

Please login to write comment.