Color Hex Logo

#503581 Color Hex

#503581
(80,53,129)
0 Favorites   0 Comments

Color spaces of #503581

RGB 8053129
HSL0.730.420.36
HSV261°59°51°
CMYK 0.380.590.00   0.49
XYZ8.54385.836721.4452
Yxy5.83670.23850.1629
Hunter Lab24.159320.8469-35.7178
CIE-Lab28.996730.0279-38.7839

#503581 color RGB value is (80,53,129).

#503581 hex color red value is 80, green value is 53 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #503581 hue: 0.73 , saturation: 0.42 and the lightness value of 503581 is 0.36.

The process color (four color CMYK) of #503581 color hex is 0.38, 0.59, 0.00, 0.49. Web safe color of #503581 is #663399. Color #503581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 10000001
Octal 120 65 201
Decimal 80 53 129
Hex 50 35 81

RGB Percentages of Color #503581

%30.53
%20.23
%49.24

CMYK Percentages of Color #503581

%38
%59
%0
%49

Triadic Colors of #503581

#503581 #815035 #358150

Analogous Colors of #503581

#503581 #763581 #354081

Monochromatic Colors of #503581

#503581

Complementary Color

#503581 #668135

#503581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503581 Color CSS Codes

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

#503581 Text Font Color

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

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


#503581 Background Color

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

This div background color is #503581


#503581 Border Color

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

This div border color is #503581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503581


Comments

No comments written yet.

Please login to write comment.