Color Hex Logo

#53154d Color Hex

#53154D
(83,21,77)
0 Favorites   0 Comments

Color spaces of #53154d

RGB 832177
HSL0.850.600.20
HSV306°75°33°
CMYK 0.000.750.07   0.67
XYZ5.17502.91127.3103
Yxy2.91120.33610.1891
Hunter Lab17.062224.2804-13.4592
CIE-Lab19.684735.6946-19.7618

#53154d color RGB value is (83,21,77).

#53154d hex color red value is 83, green value is 21 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #53154d hue: 0.85 , saturation: 0.60 and the lightness value of 53154d is 0.20.

The process color (four color CMYK) of #53154d color hex is 0.00, 0.75, 0.07, 0.67. Web safe color of #53154d is #660066. Color #53154d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 01001101
Octal 123 25 115
Decimal 83 21 77
Hex 53 15 4D

RGB Percentages of Color #53154d

%45.86
%11.60
%42.54

CMYK Percentages of Color #53154d

%0
%75
%7
%67

Triadic Colors of #53154d

#53154d #4d5315 #154d53

Analogous Colors of #53154d

#53154d #53152e #3a1553

Monochromatic Colors of #53154d

#53154d

Complementary Color

#53154d #15531b

#53154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53154d Color CSS Codes

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

#53154d Text Font Color

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

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


#53154d Background Color

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

This div background color is #53154d


#53154d Border Color

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

This div border color is #53154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53154d


Comments

No comments written yet.

Please login to write comment.