Color Hex Logo

#506abb Color Hex

#506ABB
(80,106,187)
0 Favorites   0 Comments

Color spaces of #506abb

RGB 80106187
HSL0.630.440.52
HSV225°57°73°
CMYK 0.570.430.00   0.27
XYZ17.431915.601449.1063
Yxy15.60140.21220.1899
Hunter Lab39.49869.6547-46.0628
CIE-Lab46.447114.9101-45.7079

#506abb color RGB value is (80,106,187).

#506abb hex color red value is 80, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #506abb hue: 0.63 , saturation: 0.44 and the lightness value of 506abb is 0.52.

The process color (four color CMYK) of #506abb color hex is 0.57, 0.43, 0.00, 0.27. Web safe color of #506abb is #6666cc. Color #506abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101010 10111011
Octal 120 152 273
Decimal 80 106 187
Hex 50 6A BB

RGB Percentages of Color #506abb

%21.45
%28.42
%50.13

CMYK Percentages of Color #506abb

%57
%43
%0
%27

Triadic Colors of #506abb

#506abb #bb506a #6abb50

Analogous Colors of #506abb

#506abb #6c50bb #50a0bb

Monochromatic Colors of #506abb

#506abb

Complementary Color

#506abb #bba150

#506abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#506abb Color CSS Codes

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

#506abb Text Font Color

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

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


#506abb Background Color

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

This div background color is #506abb


#506abb Border Color

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

This div border color is #506abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,106,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506abb;
  -webkit-box-shadow: 1px 1px 3px 2px #506abb;
  box-shadow:         1px 1px 3px 2px #506abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506abb


Comments

No comments written yet.

Please login to write comment.