Color Hex Logo

#505aed Color Hex

#505AED
(80,90,237)
0 Favorites   0 Comments

Color spaces of #505aed

RGB 8090237
HSL0.660.810.62
HSV236°66°93°
CMYK 0.660.620.00   0.07
XYZ22.250515.132281.8688
Yxy15.13220.18660.1269
Hunter Lab38.900134.0251-97.5510
CIE-Lab45.814741.7131-75.2880

#505aed color RGB value is (80,90,237).

#505aed hex color red value is 80, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #505aed hue: 0.66 , saturation: 0.81 and the lightness value of 505aed is 0.62.

The process color (four color CMYK) of #505aed color hex is 0.66, 0.62, 0.00, 0.07. Web safe color of #505aed is #6666ff. Color #505aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011010 11101101
Octal 120 132 355
Decimal 80 90 237
Hex 50 5A ED

RGB Percentages of Color #505aed

%19.66
%22.11
%58.23

CMYK Percentages of Color #505aed

%66
%62
%0
%7

Triadic Colors of #505aed

#505aed #ed505a #5aed50

Analogous Colors of #505aed

#505aed #9550ed #50a9ed

Monochromatic Colors of #505aed

#505aed

Complementary Color

#505aed #ede350

#505aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#505aed Color CSS Codes

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

#505aed Text Font Color

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

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


#505aed Background Color

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

This div background color is #505aed


#505aed Border Color

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

This div border color is #505aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505aed


Comments

No comments written yet.

Please login to write comment.