Color Hex Logo

#505eec Color Hex

#505EEC
(80,94,236)
0 Favorites   0 Comments

Color spaces of #505eec

RGB 8094236
HSL0.650.800.62
HSV235°66°93°
CMYK 0.660.600.00   0.07
XYZ22.451315.767081.2169
Yxy15.76700.18800.1320
Hunter Lab39.707731.4380-93.4746
CIE-Lab46.667338.9624-73.3341

#505eec color RGB value is (80,94,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11101100
Octal 120 136 354
Decimal 80 94 236
Hex 50 5E EC

RGB Percentages of Color #505eec

%19.51
%22.93
%57.56

CMYK Percentages of Color #505eec

%66
%60
%0
%7

Triadic Colors of #505eec

#505eec #ec505e #5eec50

Analogous Colors of #505eec

#505eec #9050ec #50acec

Monochromatic Colors of #505eec

#505eec

Complementary Color

#505eec #ecde50

#505eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#505eec Color CSS Codes

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

#505eec Text Font Color

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

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


#505eec Background Color

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

This div background color is #505eec


#505eec Border Color

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

This div border color is #505eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505eec


Comments

No comments written yet.

Please login to write comment.