Color Hex Logo

#52150e Color Hex

#52150E
(82,21,14)
0 Favorites   0 Comments

Color spaces of #52150e

RGB 822114
HSL0.020.710.19
HSV83°32°
CMYK 0.000.740.83   0.68
XYZ3.82712.36190.6696
Yxy2.36190.55800.3444
Hunter Lab15.368517.55578.1747
CIE-Lab17.282227.917220.2193

#52150e color RGB value is (82,21,14).

#52150e hex color red value is 82, green value is 21 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #52150e hue: 0.02 , saturation: 0.71 and the lightness value of 52150e is 0.19.

The process color (four color CMYK) of #52150e color hex is 0.00, 0.74, 0.83, 0.68. Web safe color of #52150e is #660000. Color #52150e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 00001110
Octal 122 25 16
Decimal 82 21 14
Hex 52 15 E

RGB Percentages of Color #52150e

%70.09
%17.95
%11.97

CMYK Percentages of Color #52150e

%0
%74
%83
%68

Triadic Colors of #52150e

#52150e #0e5215 #150e52

Analogous Colors of #52150e

#52150e #52370e #520e29

Monochromatic Colors of #52150e

#52150e

Complementary Color

#52150e #0e4b52

#52150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52150e Color CSS Codes

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

#52150e Text Font Color

<p style="color:#52150e">Text here</p>

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


#52150e Background Color

<div style="background-color:#52150e">
Div content here</div>

This div background color is #52150e


#52150e Border Color

<div style="border:3px solid #52150e">
Div here</div>

This div border color is #52150e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52150e


Comments

No comments written yet.

Please login to write comment.