Color Hex Logo

#52394c Color Hex

#52394C
(82,57,76)
0 Favorites   0 Comments

Color spaces of #52394c

RGB 825776
HSL0.870.180.27
HSV314°30°32°
CMYK 0.000.300.07   0.68
XYZ6.24735.24197.5200
Yxy5.24190.32860.2758
Hunter Lab22.89528.6398-3.4474
CIE-Lab27.413114.6591-7.2069

#52394c color RGB value is (82,57,76).

#52394c hex color red value is 82, green value is 57 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #52394c hue: 0.87 , saturation: 0.18 and the lightness value of 52394c is 0.27.

The process color (four color CMYK) of #52394c color hex is 0.00, 0.30, 0.07, 0.68. Web safe color of #52394c is #663333. Color #52394c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111001 01001100
Octal 122 71 114
Decimal 82 57 76
Hex 52 39 4C

RGB Percentages of Color #52394c

%38.14
%26.51
%35.35

CMYK Percentages of Color #52394c

%0
%30
%7
%68

Triadic Colors of #52394c

#52394c #4c5239 #394c52

Analogous Colors of #52394c

#52394c #523940 #4c3952

Monochromatic Colors of #52394c

#52394c

Complementary Color

#52394c #39523f

#52394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52394c Color CSS Codes

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

#52394c Text Font Color

<p style="color:#52394c">Text here</p>

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


#52394c Background Color

<div style="background-color:#52394c">
Div content here</div>

This div background color is #52394c


#52394c Border Color

<div style="border:3px solid #52394c">
Div here</div>

This div border color is #52394c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,57,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52394c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52394c;
  -webkit-box-shadow: 1px 1px 3px 2px #52394c;
  box-shadow:         1px 1px 3px 2px #52394c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52394c


Comments

No comments written yet.

Please login to write comment.