Color Hex Logo

#52192a Color Hex

#52192A
(82,25,42)
0 Favorites   0 Comments

Color spaces of #52192a

RGB 822542
HSL0.950.530.21
HSV342°70°32°
CMYK 0.000.700.49   0.68
XYZ4.24522.65632.4795
Yxy2.65630.45250.2832
Hunter Lab16.298217.97232.3887
CIE-Lab18.611228.21492.9856

#52192a color RGB value is (82,25,42).

#52192a hex color red value is 82, green value is 25 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52192a hue: 0.95 , saturation: 0.53 and the lightness value of 52192a is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011001 00101010
Octal 122 31 52
Decimal 82 25 42
Hex 52 19 2A

RGB Percentages of Color #52192a

%55.03
%16.78
%28.19

CMYK Percentages of Color #52192a

%0
%70
%49
%68

Triadic Colors of #52192a

#52192a #2a5219 #192a52

Analogous Colors of #52192a

#52192a #522519 #521947

Monochromatic Colors of #52192a

#52192a

Complementary Color

#52192a #195241

#52192a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52192a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52192a Color CSS Codes

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

#52192a Text Font Color

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

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


#52192a Background Color

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

This div background color is #52192a


#52192a Border Color

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

This div border color is #52192a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52192a


Comments

No comments written yet.

Please login to write comment.