Color Hex Logo

#503562 Color Hex

#503562
(80,53,98)
0 Favorites   0 Comments

Color spaces of #503562

RGB 805398
HSL0.770.300.30
HSV276°46°38°
CMYK 0.180.460.00   0.62
XYZ6.78605.133512.1885
Yxy5.13350.28150.2129
Hunter Lab22.657213.8119-16.0351
CIE-Lab27.111821.5988-22.0582

#503562 color RGB value is (80,53,98).

#503562 hex color red value is 80, green value is 53 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #503562 hue: 0.77 , saturation: 0.30 and the lightness value of 503562 is 0.30.

The process color (four color CMYK) of #503562 color hex is 0.18, 0.46, 0.00, 0.62. Web safe color of #503562 is #663366. Color #503562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 01100010
Octal 120 65 142
Decimal 80 53 98
Hex 50 35 62

RGB Percentages of Color #503562

%34.63
%22.94
%42.42

CMYK Percentages of Color #503562

%18
%46
%0
%62

Triadic Colors of #503562

#503562 #625035 #356250

Analogous Colors of #503562

#503562 #62355d #3a3562

Monochromatic Colors of #503562

#503562

Complementary Color

#503562 #476235

#503562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503562 Color CSS Codes

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

#503562 Text Font Color

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

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


#503562 Background Color

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

This div background color is #503562


#503562 Border Color

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

This div border color is #503562


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,53,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #503562; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #503562;
  -webkit-box-shadow: 1px 1px 3px 2px #503562;
  box-shadow:         1px 1px 3px 2px #503562; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,53,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503562


Comments

No comments written yet.

Please login to write comment.