Color Hex Logo

#53074e Color Hex

#53074E
(83,7,78)
0 Favorites   0 Comments

Color spaces of #53074e

RGB 83778
HSL0.840.840.18
HSV304°92°33°
CMYK 0.000.920.06   0.67
XYZ5.01842.54107.4337
Yxy2.54100.33470.1695
Hunter Lab15.940528.2996-16.4909
CIE-Lab18.103040.5809-22.9436

#53074e color RGB value is (83,7,78).

#53074e hex color red value is 83, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53074e hue: 0.84 , saturation: 0.84 and the lightness value of 53074e is 0.18.

The process color (four color CMYK) of #53074e color hex is 0.00, 0.92, 0.06, 0.67. Web safe color of #53074e is #660066. Color #53074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 01001110
Octal 123 7 116
Decimal 83 7 78
Hex 53 7 4E

RGB Percentages of Color #53074e

%49.40
%4.17
%46.43

CMYK Percentages of Color #53074e

%0
%92
%6
%67

Triadic Colors of #53074e

#53074e #4e5307 #074e53

Analogous Colors of #53074e

#53074e #530728 #320753

Monochromatic Colors of #53074e

#53074e

Complementary Color

#53074e #07530c

#53074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53074e Color CSS Codes

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

#53074e Text Font Color

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

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


#53074e Background Color

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

This div background color is #53074e


#53074e Border Color

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

This div border color is #53074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53074e


Comments

No comments written yet.

Please login to write comment.