Color Hex Logo

#503abf Color Hex

#503ABF
(80,58,191)
0 Favorites   0 Comments

Color spaces of #503abf

RGB 8058191
HSL0.690.530.49
HSV250°70°75°
CMYK 0.580.700.00   0.25
XYZ14.22538.493250.1798
Yxy8.49320.19510.1165
Hunter Lab29.143136.1288-81.6878
CIE-Lab34.989645.6844-66.5718

#503abf color RGB value is (80,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111010 10111111
Octal 120 72 277
Decimal 80 58 191
Hex 50 3A BF

RGB Percentages of Color #503abf

%24.32
%17.63
%58.05

CMYK Percentages of Color #503abf

%58
%70
%0
%25

Triadic Colors of #503abf

#503abf #bf503a #3abf50

Analogous Colors of #503abf

#503abf #933abf #3a67bf

Monochromatic Colors of #503abf

#503abf

Complementary Color

#503abf #a9bf3a

#503abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#503abf Color CSS Codes

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

#503abf Text Font Color

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

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


#503abf Background Color

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

This div background color is #503abf


#503abf Border Color

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

This div border color is #503abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503abf


Comments

No comments written yet.

Please login to write comment.