Color Hex Logo

#52152b Color Hex

#52152B
(82,21,43)
0 Favorites   0 Comments

Color spaces of #52152b

RGB 822143
HSL0.940.590.20
HSV338°74°32°
CMYK 0.000.740.48   0.68
XYZ4.18392.50462.5484
Yxy2.50460.45300.2712
Hunter Lab15.825919.49471.5309
CIE-Lab17.939430.25271.3070

#52152b color RGB value is (82,21,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 00101011
Octal 122 25 53
Decimal 82 21 43
Hex 52 15 2B

RGB Percentages of Color #52152b

%56.16
%14.38
%29.45

CMYK Percentages of Color #52152b

%0
%74
%48
%68

Triadic Colors of #52152b

#52152b #2b5215 #152b52

Analogous Colors of #52152b

#52152b #521e15 #52154a

Monochromatic Colors of #52152b

#52152b

Complementary Color

#52152b #15523c

#52152b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52152b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52152b Color CSS Codes

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

#52152b Text Font Color

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

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


#52152b Background Color

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

This div background color is #52152b


#52152b Border Color

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

This div border color is #52152b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52152b


Comments

No comments written yet.

Please login to write comment.