Color Hex Logo

#503ebf Color Hex

#503EBF
(80,62,191)
0 Favorites   0 Comments

Color spaces of #503ebf

RGB 8062191
HSL0.690.510.50
HSV248°68°75°
CMYK 0.580.680.00   0.25
XYZ14.43498.912350.2497
Yxy8.91230.19610.1211
Hunter Lab29.853534.0656-78.9002
CIE-Lab35.814943.4247-65.2207

#503ebf color RGB value is (80,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111110 10111111
Octal 120 76 277
Decimal 80 62 191
Hex 50 3E BF

RGB Percentages of Color #503ebf

%24.02
%18.62
%57.36

CMYK Percentages of Color #503ebf

%58
%68
%0
%25

Triadic Colors of #503ebf

#503ebf #bf503e #3ebf50

Analogous Colors of #503ebf

#503ebf #913ebf #3e6dbf

Monochromatic Colors of #503ebf

#503ebf

Complementary Color

#503ebf #adbf3e

#503ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#503ebf Color CSS Codes

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

#503ebf Text Font Color

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

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


#503ebf Background Color

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

This div background color is #503ebf


#503ebf Border Color

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

This div border color is #503ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503ebf


Comments

No comments written yet.

Please login to write comment.