Color Hex Logo

#503bcd Color Hex

#503BCD
(80,59,205)
0 Favorites   0 Comments

Color spaces of #503bcd

RGB 8059205
HSL0.690.590.52
HSV249°71°80°
CMYK 0.610.710.00   0.20
XYZ15.89179.241258.7037
Yxy9.24120.18960.1102
Hunter Lab30.399340.1146-93.2145
CIE-Lab36.444649.3986-72.3573

#503bcd color RGB value is (80,59,205).

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

The process color (four color CMYK) of #503bcd color hex is 0.61, 0.71, 0.00, 0.20. Web safe color of #503bcd is #6633cc. Color #503bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111011 11001101
Octal 120 73 315
Decimal 80 59 205
Hex 50 3B CD

RGB Percentages of Color #503bcd

%23.26
%17.15
%59.59

CMYK Percentages of Color #503bcd

%61
%71
%0
%20

Triadic Colors of #503bcd

#503bcd #cd503b #3bcd50

Analogous Colors of #503bcd

#503bcd #993bcd #3b6fcd

Monochromatic Colors of #503bcd

#503bcd

Complementary Color

#503bcd #b8cd3b

#503bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#503bcd Color CSS Codes

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

#503bcd Text Font Color

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

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


#503bcd Background Color

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

This div background color is #503bcd


#503bcd Border Color

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

This div border color is #503bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503bcd


Comments

No comments written yet.

Please login to write comment.