Color Hex Logo

#52082a Color Hex

#52082A
(82,8,42)
0 Favorites   0 Comments

Color spaces of #52082a

RGB 82842
HSL0.920.820.18
HSV332°90°32°
CMYK 0.000.900.49   0.68
XYZ3.98442.13472.3925
Yxy2.13470.46810.2508
Hunter Lab14.610623.10940.5186
CIE-Lab16.178834.9895-0.5372

#52082a color RGB value is (82,8,42).

#52082a hex color red value is 82, green value is 8 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52082a hue: 0.92 , saturation: 0.82 and the lightness value of 52082a is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001000 00101010
Octal 122 10 52
Decimal 82 8 42
Hex 52 8 2A

RGB Percentages of Color #52082a

%62.12
%6.06
%31.82

CMYK Percentages of Color #52082a

%0
%90
%49
%68

Triadic Colors of #52082a

#52082a #2a5208 #082a52

Analogous Colors of #52082a

#52082a #520b08 #52084f

Monochromatic Colors of #52082a

#52082a

Complementary Color

#52082a #085230

#52082a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52082a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52082a Color CSS Codes

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

#52082a Text Font Color

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

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


#52082a Background Color

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

This div background color is #52082a


#52082a Border Color

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

This div border color is #52082a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52082a


Comments

No comments written yet.

Please login to write comment.