Color Hex Logo

#503bbd Color Hex

#503BBD
(80,59,189)
0 Favorites   0 Comments

Color spaces of #503bbd

RGB 8059189
HSL0.690.520.49
HSV250°69°74°
CMYK 0.580.690.00   0.26
XYZ14.05758.507549.0453
Yxy8.50750.19630.1188
Hunter Lab29.167634.9858-79.2787
CIE-Lab35.018244.5132-65.3494

#503bbd color RGB value is (80,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111011 10111101
Octal 120 73 275
Decimal 80 59 189
Hex 50 3B BD

RGB Percentages of Color #503bbd

%24.39
%17.99
%57.62

CMYK Percentages of Color #503bbd

%58
%69
%0
%26

Triadic Colors of #503bbd

#503bbd #bd503b #3bbd50

Analogous Colors of #503bbd

#503bbd #913bbd #3b67bd

Monochromatic Colors of #503bbd

#503bbd

Complementary Color

#503bbd #a8bd3b

#503bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#503bbd Color CSS Codes

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

#503bbd Text Font Color

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

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


#503bbd Background Color

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

This div background color is #503bbd


#503bbd Border Color

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

This div border color is #503bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503bbd


Comments

No comments written yet.

Please login to write comment.