Color Hex Logo

#53276d Color Hex

#53276D
(83,39,109)
0 Favorites   0 Comments

Color spaces of #53276d

RGB 8339109
HSL0.770.470.29
HSV278°64°43°
CMYK 0.240.640.00   0.57
XYZ7.05314.394214.9444
Yxy4.39420.26720.1665
Hunter Lab20.962323.3749-27.5952
CIE-Lab24.934033.6720-32.5900

#53276d color RGB value is (83,39,109).

#53276d hex color red value is 83, green value is 39 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #53276d hue: 0.77 , saturation: 0.47 and the lightness value of 53276d is 0.29.

The process color (four color CMYK) of #53276d color hex is 0.24, 0.64, 0.00, 0.57. Web safe color of #53276d is #663366. Color #53276d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100111 01101101
Octal 123 47 155
Decimal 83 39 109
Hex 53 27 6D

RGB Percentages of Color #53276d

%35.93
%16.88
%47.19

CMYK Percentages of Color #53276d

%24
%64
%0
%57

Triadic Colors of #53276d

#53276d #6d5327 #276d53

Analogous Colors of #53276d

#53276d #6d2764 #30276d

Monochromatic Colors of #53276d

#53276d

Complementary Color

#53276d #416d27

#53276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53276d Color CSS Codes

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

#53276d Text Font Color

<p style="color:#53276d">Text here</p>

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


#53276d Background Color

<div style="background-color:#53276d">
Div content here</div>

This div background color is #53276d


#53276d Border Color

<div style="border:3px solid #53276d">
Div here</div>

This div border color is #53276d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,39,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53276d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53276d;
  -webkit-box-shadow: 1px 1px 3px 2px #53276d;
  box-shadow:         1px 1px 3px 2px #53276d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,39,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53276d


Comments

No comments written yet.

Please login to write comment.