Color Hex Logo

#503fbe Color Hex

#503FBE
(80,63,190)
0 Favorites   0 Comments

Color spaces of #503fbe

RGB 8063190
HSL0.690.500.50
HSV248°67°75°
CMYK 0.580.670.00   0.25
XYZ14.38008.978249.6903
Yxy8.97820.19690.1229
Hunter Lab29.963633.2284-77.3492
CIE-Lab35.942342.5370-64.4253

#503fbe color RGB value is (80,63,190).

#503fbe hex color red value is 80, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #503fbe hue: 0.69 , saturation: 0.50 and the lightness value of 503fbe is 0.50.

The process color (four color CMYK) of #503fbe color hex is 0.58, 0.67, 0.00, 0.25. Web safe color of #503fbe is #6633cc. Color #503fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111111 10111110
Octal 120 77 276
Decimal 80 63 190
Hex 50 3F BE

RGB Percentages of Color #503fbe

%24.02
%18.92
%57.06

CMYK Percentages of Color #503fbe

%58
%67
%0
%25

Triadic Colors of #503fbe

#503fbe #be503f #3fbe50

Analogous Colors of #503fbe

#503fbe #903fbe #3f6ebe

Monochromatic Colors of #503fbe

#503fbe

Complementary Color

#503fbe #adbe3f

#503fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#503fbe Color CSS Codes

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

#503fbe Text Font Color

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

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


#503fbe Background Color

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

This div background color is #503fbe


#503fbe Border Color

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

This div border color is #503fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503fbe


Comments

No comments written yet.

Please login to write comment.