Color Hex Logo

#53077c Color Hex

#53077C
(83,7,124)
0 Favorites   0 Comments

Color spaces of #53077c

RGB 837124
HSL0.770.890.26
HSV279°94°49°
CMYK 0.330.940.00   0.51
XYZ7.28133.446219.3502
Yxy3.44620.24210.1146
Hunter Lab18.563937.5258-48.8064
CIE-Lab21.748949.6429-47.3602

#53077c color RGB value is (83,7,124).

#53077c hex color red value is 83, green value is 7 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #53077c hue: 0.77 , saturation: 0.89 and the lightness value of 53077c is 0.26.

The process color (four color CMYK) of #53077c color hex is 0.33, 0.94, 0.00, 0.51. Web safe color of #53077c is #660066. Color #53077c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 01111100
Octal 123 7 174
Decimal 83 7 124
Hex 53 7 7C

RGB Percentages of Color #53077c

%38.79
%3.27
%57.94

CMYK Percentages of Color #53077c

%33
%94
%0
%51

Triadic Colors of #53077c

#53077c #7c5307 #077c53

Analogous Colors of #53077c

#53077c #7c076b #18077c

Monochromatic Colors of #53077c

#53077c

Complementary Color

#53077c #307c07

#53077c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53077c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53077c Color CSS Codes

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

#53077c Text Font Color

<p style="color:#53077c">Text here</p>

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


#53077c Background Color

<div style="background-color:#53077c">
Div content here</div>

This div background color is #53077c


#53077c Border Color

<div style="border:3px solid #53077c">
Div here</div>

This div border color is #53077c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53077c


Comments

No comments written yet.

Please login to write comment.