Color Hex Logo

#505cea Color Hex

#505CEA
(80,92,234)
0 Favorites   0 Comments

Color spaces of #505cea

RGB 8092234
HSL0.650.790.62
HSV235°66°92°
CMYK 0.660.610.00   0.08
XYZ21.986715.300379.6363
Yxy15.30030.18800.1309
Hunter Lab39.115631.8817-93.3289
CIE-Lab46.042839.5074-73.2264

#505cea color RGB value is (80,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 11101010
Octal 120 134 352
Decimal 80 92 234
Hex 50 5C EA

RGB Percentages of Color #505cea

%19.70
%22.66
%57.64

CMYK Percentages of Color #505cea

%66
%61
%0
%8

Triadic Colors of #505cea

#505cea #ea505c #5cea50

Analogous Colors of #505cea

#505cea #9150ea #50a9ea

Monochromatic Colors of #505cea

#505cea

Complementary Color

#505cea #eade50

#505cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#505cea Color CSS Codes

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

#505cea Text Font Color

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

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


#505cea Background Color

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

This div background color is #505cea


#505cea Border Color

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

This div border color is #505cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505cea


Comments

No comments written yet.

Please login to write comment.