Color Hex Logo

#52192b Color Hex

#52192B
(82,25,43)
0 Favorites   0 Comments

Color spaces of #52192b

RGB 822543
HSL0.950.530.21
HSV341°70°32°
CMYK 0.000.700.48   0.68
XYZ4.26342.66352.5749
Yxy2.66350.44870.2803
Hunter Lab16.320218.06992.0698
CIE-Lab18.642528.33342.3216

#52192b color RGB value is (82,25,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011001 00101011
Octal 122 31 53
Decimal 82 25 43
Hex 52 19 2B

RGB Percentages of Color #52192b

%54.67
%16.67
%28.67

CMYK Percentages of Color #52192b

%0
%70
%48
%68

Triadic Colors of #52192b

#52192b #2b5219 #192b52

Analogous Colors of #52192b

#52192b #522419 #521948

Monochromatic Colors of #52192b

#52192b

Complementary Color

#52192b #195240

#52192b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52192b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52192b Color CSS Codes

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

#52192b Text Font Color

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

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


#52192b Background Color

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

This div background color is #52192b


#52192b Border Color

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

This div border color is #52192b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52192b


Comments

No comments written yet.

Please login to write comment.