Color Hex Logo

#505eef Color Hex

#505EEF
(80,94,239)
0 Favorites   0 Comments

Color spaces of #505eef

RGB 8094239
HSL0.650.830.63
HSV235°67°94°
CMYK 0.670.610.00   0.06
XYZ22.891015.942983.5322
Yxy15.94290.18710.1303
Hunter Lab39.928632.4589-96.0871
CIE-Lab46.899539.9663-74.6412

#505eef color RGB value is (80,94,239).

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

The process color (four color CMYK) of #505eef color hex is 0.67, 0.61, 0.00, 0.06. Web safe color of #505eef is #6666ff. Color #505eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11101111
Octal 120 136 357
Decimal 80 94 239
Hex 50 5E EF

RGB Percentages of Color #505eef

%19.37
%22.76
%57.87

CMYK Percentages of Color #505eef

%67
%61
%0
%6

Triadic Colors of #505eef

#505eef #ef505e #5eef50

Analogous Colors of #505eef

#505eef #9250ef #50aeef

Monochromatic Colors of #505eef

#505eef

Complementary Color

#505eef #efe150

#505eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#505eef Color CSS Codes

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

#505eef Text Font Color

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

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


#505eef Background Color

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

This div background color is #505eef


#505eef Border Color

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

This div border color is #505eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505eef


Comments

No comments written yet.

Please login to write comment.