Color Hex Logo

#503b9f Color Hex

#503B9F
(80,59,159)
0 Favorites   0 Comments

Color spaces of #503b9f

RGB 8059159
HSL0.700.460.43
HSV253°63°62°
CMYK 0.500.630.00   0.38
XYZ11.13027.336633.6304
Yxy7.33660.21360.1408
Hunter Lab27.086225.9481-54.6546
CIE-Lab32.561235.3041-51.4667

#503b9f color RGB value is (80,59,159).

#503b9f hex color red value is 80, green value is 59 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #503b9f hue: 0.70 , saturation: 0.46 and the lightness value of 503b9f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111011 10011111
Octal 120 73 237
Decimal 80 59 159
Hex 50 3B 9F

RGB Percentages of Color #503b9f

%26.85
%19.80
%53.36

CMYK Percentages of Color #503b9f

%50
%63
%0
%38

Triadic Colors of #503b9f

#503b9f #9f503b #3b9f50

Analogous Colors of #503b9f

#503b9f #823b9f #3b589f

Monochromatic Colors of #503b9f

#503b9f

Complementary Color

#503b9f #8a9f3b

#503b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#503b9f Color CSS Codes

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

#503b9f Text Font Color

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

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


#503b9f Background Color

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

This div background color is #503b9f


#503b9f Border Color

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

This div border color is #503b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,59,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #503b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #503b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #503b9f;
  box-shadow:         1px 1px 3px 2px #503b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503b9f


Comments

No comments written yet.

Please login to write comment.