Color Hex Logo

#505eed Color Hex

#505EED
(80,94,237)
0 Favorites   0 Comments

Color spaces of #505eed

RGB 8094237
HSL0.650.810.62
HSV235°66°93°
CMYK 0.660.600.00   0.07
XYZ22.597015.825381.9844
Yxy15.82530.18770.1314
Hunter Lab39.781031.7774-94.3436
CIE-Lab46.744439.2970-73.7706

#505eed color RGB value is (80,94,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11101101
Octal 120 136 355
Decimal 80 94 237
Hex 50 5E ED

RGB Percentages of Color #505eed

%19.46
%22.87
%57.66

CMYK Percentages of Color #505eed

%66
%60
%0
%7

Triadic Colors of #505eed

#505eed #ed505e #5eed50

Analogous Colors of #505eed

#505eed #9150ed #50aded

Monochromatic Colors of #505eed

#505eed

Complementary Color

#505eed #eddf50

#505eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#505eed Color CSS Codes

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

#505eed Text Font Color

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

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


#505eed Background Color

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

This div background color is #505eed


#505eed Border Color

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

This div border color is #505eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,94,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 #505eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505eed


Comments

No comments written yet.

Please login to write comment.