Color Hex Logo

#503080 Color Hex

#503080
(80,48,128)
0 Favorites   0 Comments

Color spaces of #503080

RGB 8048128
HSL0.730.450.35
HSV264°63°50°
CMYK 0.380.630.00   0.50
XYZ8.26155.377921.0247
Yxy5.37790.23830.1551
Hunter Lab23.190323.0073-37.5201
CIE-Lab27.785432.7546-40.1068

#503080 color RGB value is (80,48,128).

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

The process color (four color CMYK) of #503080 color hex is 0.38, 0.63, 0.00, 0.50. Web safe color of #503080 is #663399. Color #503080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 10000000
Octal 120 60 200
Decimal 80 48 128
Hex 50 30 80

RGB Percentages of Color #503080

%31.25
%18.75
%50.00

CMYK Percentages of Color #503080

%38
%63
%0
%50

Triadic Colors of #503080

#503080 #805030 #308050

Analogous Colors of #503080

#503080 #783080 #303880

Monochromatic Colors of #503080

#503080

Complementary Color

#503080 #608030

#503080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503080 Color CSS Codes

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

#503080 Text Font Color

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

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


#503080 Background Color

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

This div background color is #503080


#503080 Border Color

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

This div border color is #503080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503080


Comments

No comments written yet.

Please login to write comment.