Color Hex Logo

#52304e Color Hex

#52304E
(82,48,78)
0 Favorites   0 Comments

Color spaces of #52304e

RGB 824878
HSL0.850.260.25
HSV307°41°32°
CMYK 0.000.410.05   0.68
XYZ5.91184.45787.7566
Yxy4.45780.32610.2459
Hunter Lab21.113513.0315-7.0023
CIE-Lab25.130620.8188-11.9940

#52304e color RGB value is (82,48,78).

#52304e hex color red value is 82, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #52304e hue: 0.85 , saturation: 0.26 and the lightness value of 52304e is 0.25.

The process color (four color CMYK) of #52304e color hex is 0.00, 0.41, 0.05, 0.68. Web safe color of #52304e is #663366. Color #52304e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110000 01001110
Octal 122 60 116
Decimal 82 48 78
Hex 52 30 4E

RGB Percentages of Color #52304e

%39.42
%23.08
%37.50

CMYK Percentages of Color #52304e

%0
%41
%5
%68

Triadic Colors of #52304e

#52304e #4e5230 #304e52

Analogous Colors of #52304e

#52304e #52303d #453052

Monochromatic Colors of #52304e

#52304e

Complementary Color

#52304e #305234

#52304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52304e Color CSS Codes

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

#52304e Text Font Color

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

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


#52304e Background Color

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

This div background color is #52304e


#52304e Border Color

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

This div border color is #52304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52304e


Comments

No comments written yet.

Please login to write comment.