Color Hex Logo

#52092f Color Hex

#52092F
(82,9,47)
0 Favorites   0 Comments

Color spaces of #52092f

RGB 82947
HSL0.910.800.18
HSV329°89°32°
CMYK 0.000.890.43   0.68
XYZ4.09052.19442.8973
Yxy2.19440.44550.2390
Hunter Lab14.813523.3661-1.2268
CIE-Lab16.476135.2366-3.7160

#52092f color RGB value is (82,9,47).

#52092f hex color red value is 82, green value is 9 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #52092f hue: 0.91 , saturation: 0.80 and the lightness value of 52092f is 0.18.

The process color (four color CMYK) of #52092f color hex is 0.00, 0.89, 0.43, 0.68. Web safe color of #52092f is #660033. Color #52092f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001001 00101111
Octal 122 11 57
Decimal 82 9 47
Hex 52 9 2F

RGB Percentages of Color #52092f

%59.42
%6.52
%34.06

CMYK Percentages of Color #52092f

%0
%89
%43
%68

Triadic Colors of #52092f

#52092f #2f5209 #092f52

Analogous Colors of #52092f

#52092f #52090a #510952

Monochromatic Colors of #52092f

#52092f

Complementary Color

#52092f #09522c

#52092f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52092f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52092f Color CSS Codes

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

#52092f Text Font Color

<p style="color:#52092f">Text here</p>

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


#52092f Background Color

<div style="background-color:#52092f">
Div content here</div>

This div background color is #52092f


#52092f Border Color

<div style="border:3px solid #52092f">
Div here</div>

This div border color is #52092f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,9,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52092f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52092f;
  -webkit-box-shadow: 1px 1px 3px 2px #52092f;
  box-shadow:         1px 1px 3px 2px #52092f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52092f


Comments

No comments written yet.

Please login to write comment.