Color Hex Logo

#505ee1 Color Hex

#505EE1
(80,94,225)
0 Favorites   0 Comments

Color spaces of #505ee1

RGB 8094225
HSL0.650.710.60
HSV234°64°88°
CMYK 0.640.580.00   0.12
XYZ20.901615.147173.0562
Yxy15.14710.19160.1388
Hunter Lab38.919327.7547-84.0510
CIE-Lab45.835035.2682-68.4783

#505ee1 color RGB value is (80,94,225).

#505ee1 hex color red value is 80, green value is 94 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #505ee1 hue: 0.65 , saturation: 0.71 and the lightness value of 505ee1 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11100001
Octal 120 136 341
Decimal 80 94 225
Hex 50 5E E1

RGB Percentages of Color #505ee1

%20.05
%23.56
%56.39

CMYK Percentages of Color #505ee1

%64
%58
%0
%12

Triadic Colors of #505ee1

#505ee1 #e1505e #5ee150

Analogous Colors of #505ee1

#505ee1 #8b50e1 #50a7e1

Monochromatic Colors of #505ee1

#505ee1

Complementary Color

#505ee1 #e1d350

#505ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ee1 Color CSS Codes

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

#505ee1 Text Font Color

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

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


#505ee1 Background Color

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

This div background color is #505ee1


#505ee1 Border Color

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

This div border color is #505ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ee1


Comments

No comments written yet.

Please login to write comment.