Color Hex Logo

#506292 Color Hex

#506292
(80,98,146)
0 Favorites   0 Comments

Color spaces of #506292

RGB 8098146
HSL0.620.290.44
HSV224°45°57°
CMYK 0.450.330.00   0.43
XYZ12.864312.516228.9320
Yxy12.51620.23690.2304
Hunter Lab35.37822.9946-23.7220
CIE-Lab42.02506.6078-28.5356

#506292 color RGB value is (80,98,146).

#506292 hex color red value is 80, green value is 98 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #506292 hue: 0.62 , saturation: 0.29 and the lightness value of 506292 is 0.44.

The process color (four color CMYK) of #506292 color hex is 0.45, 0.33, 0.00, 0.43. Web safe color of #506292 is #666699. Color #506292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100010 10010010
Octal 120 142 222
Decimal 80 98 146
Hex 50 62 92

RGB Percentages of Color #506292

%24.69
%30.25
%45.06

CMYK Percentages of Color #506292

%45
%33
%0
%43

Triadic Colors of #506292

#506292 #925062 #629250

Analogous Colors of #506292

#506292 #5f5092 #508392

Monochromatic Colors of #506292

#506292

Complementary Color

#506292 #928050

#506292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506292 Color CSS Codes

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

#506292 Text Font Color

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

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


#506292 Background Color

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

This div background color is #506292


#506292 Border Color

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

This div border color is #506292


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,98,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506292; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506292;
  -webkit-box-shadow: 1px 1px 3px 2px #506292;
  box-shadow:         1px 1px 3px 2px #506292; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506292


Comments

No comments written yet.

Please login to write comment.