Color Hex Logo

#505bda Color Hex

#505BDA
(80,91,218)
0 Favorites   0 Comments

Color spaces of #505bda

RGB 8091218
HSL0.650.650.58
HSV235°63°85°
CMYK 0.630.580.00   0.15
XYZ19.704214.249668.0416
Yxy14.24960.19320.1397
Hunter Lab37.748627.1141-80.4457
CIE-Lab44.588834.7632-66.5256

#505bda color RGB value is (80,91,218).

#505bda hex color red value is 80, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #505bda hue: 0.65 , saturation: 0.65 and the lightness value of 505bda is 0.58.

The process color (four color CMYK) of #505bda color hex is 0.63, 0.58, 0.00, 0.15. Web safe color of #505bda is #6666cc. Color #505bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 11011010
Octal 120 133 332
Decimal 80 91 218
Hex 50 5B DA

RGB Percentages of Color #505bda

%20.57
%23.39
%56.04

CMYK Percentages of Color #505bda

%63
%58
%0
%15

Triadic Colors of #505bda

#505bda #da505b #5bda50

Analogous Colors of #505bda

#505bda #8a50da #50a0da

Monochromatic Colors of #505bda

#505bda

Complementary Color

#505bda #dacf50

#505bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bda Color CSS Codes

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

#505bda Text Font Color

<p style="color:#505bda">Text here</p>

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


#505bda Background Color

<div style="background-color:#505bda">
Div content here</div>

This div background color is #505bda


#505bda Border Color

<div style="border:3px solid #505bda">
Div here</div>

This div border color is #505bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,91,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505bda;
  -webkit-box-shadow: 1px 1px 3px 2px #505bda;
  box-shadow:         1px 1px 3px 2px #505bda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bda


Comments

No comments written yet.

Please login to write comment.