Color Hex Logo

#503481 Color Hex

#503481
(80,52,129)
0 Favorites   0 Comments

Color spaces of #503481

RGB 8052129
HSL0.730.430.35
HSV262°60°51°
CMYK 0.380.600.00   0.49
XYZ8.49875.746421.4301
Yxy5.74640.23820.1611
Hunter Lab23.971621.3334-36.2237
CIE-Lab28.763430.6385-39.1587

#503481 color RGB value is (80,52,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 10000001
Octal 120 64 201
Decimal 80 52 129
Hex 50 34 81

RGB Percentages of Color #503481

%30.65
%19.92
%49.43

CMYK Percentages of Color #503481

%38
%60
%0
%49

Triadic Colors of #503481

#503481 #815034 #348150

Analogous Colors of #503481

#503481 #773481 #343f81

Monochromatic Colors of #503481

#503481

Complementary Color

#503481 #658134

#503481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503481 Color CSS Codes

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

#503481 Text Font Color

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

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


#503481 Background Color

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

This div background color is #503481


#503481 Border Color

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

This div border color is #503481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503481


Comments

No comments written yet.

Please login to write comment.