Color Hex Logo

#53264e Color Hex

#53264E
(83,38,78)
0 Favorites   0 Comments

Color spaces of #53264e

RGB 833878
HSL0.850.370.24
HSV307°54°33°
CMYK 0.000.540.06   0.67
XYZ5.63553.77537.6394
Yxy3.77530.33050.2214
Hunter Lab19.430117.7693-9.7101
CIE-Lab22.914227.2363-15.3956

#53264e color RGB value is (83,38,78).

#53264e hex color red value is 83, green value is 38 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53264e hue: 0.85 , saturation: 0.37 and the lightness value of 53264e is 0.24.

The process color (four color CMYK) of #53264e color hex is 0.00, 0.54, 0.06, 0.67. Web safe color of #53264e is #663366. Color #53264e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 01001110
Octal 123 46 116
Decimal 83 38 78
Hex 53 26 4E

RGB Percentages of Color #53264e

%41.71
%19.10
%39.20

CMYK Percentages of Color #53264e

%0
%54
%6
%67

Triadic Colors of #53264e

#53264e #4e5326 #264e53

Analogous Colors of #53264e

#53264e #532638 #412653

Monochromatic Colors of #53264e

#53264e

Complementary Color

#53264e #26532b

#53264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53264e Color CSS Codes

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

#53264e Text Font Color

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

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


#53264e Background Color

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

This div background color is #53264e


#53264e Border Color

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

This div border color is #53264e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,38,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 #53264e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53264e


Comments

No comments written yet.

Please login to write comment.