Color Hex Logo

#506cca Color Hex

#506CCA
(80,108,202)
0 Favorites   0 Comments

Color spaces of #506cca

RGB 80108202
HSL0.630.540.55
HSV226°60°79°
CMYK 0.600.470.00   0.21
XYZ19.331516.694958.0807
Yxy16.69490.20540.1774
Hunter Lab40.859412.9484-55.6778
CIE-Lab47.873318.7282-52.0748

#506cca color RGB value is (80,108,202).

#506cca hex color red value is 80, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #506cca hue: 0.63 , saturation: 0.54 and the lightness value of 506cca is 0.55.

The process color (four color CMYK) of #506cca color hex is 0.60, 0.47, 0.00, 0.21. Web safe color of #506cca is #6666cc. Color #506cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11001010
Octal 120 154 312
Decimal 80 108 202
Hex 50 6C CA

RGB Percentages of Color #506cca

%20.51
%27.69
%51.79

CMYK Percentages of Color #506cca

%60
%47
%0
%21

Triadic Colors of #506cca

#506cca #ca506c #6cca50

Analogous Colors of #506cca

#506cca #7150ca #50a9ca

Monochromatic Colors of #506cca

#506cca

Complementary Color

#506cca #caae50

#506cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cca Color CSS Codes

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

#506cca Text Font Color

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

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


#506cca Background Color

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

This div background color is #506cca


#506cca Border Color

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

This div border color is #506cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cca


Comments

No comments written yet.

Please login to write comment.